in reply to Re: regex related...search and deletein thread regex related...search and delete
no it's not, chorobas solution will delete any "L " outside of parens too.
if its really a fix format, use something like s/\(L (\d+) W (\d+)\)/($1 $2)/g
Cheers Rolf