Help with a GREP to find only first match in a paragraph.
Hi
I need a GREP to fix a space problem in a book, I want to change the first ( - ) in the paragraph to ( -) and the second to (- ), so I should do it in two steps but the grep applies the first step to the all the ( - ).
The GREP I tried:
( - )?
