Reply To: GREP Question

#78279
Chris Court
Member

Should be easy. Try this GREP:

^.*your_phrase.*$

That looks for the start of a paragraph, followed by zero or more characters, followed by your phrase, followed by zero or more characters, followed by the end of the paragraph. So… if it sees your phrase, it will select the whole paragraph.

Then just tell the Change Format to set the color that you’re wanting.

Hope that helps.
C

This article was last modified on September 22, 2015

Comments (0)

Loading comments...