Reply To: Using GREP in paragraph style to format only the first occurrence of a phrase

Home Page / Forums / General InDesign Topics (CLOSED) / Using GREP in paragraph style to format only the first occurrence of a phrase / Reply To: Using GREP in paragraph style to format only the first occurrence of a phrase

#100251
Graham Park
Member

Just a thought, is the second price always preceded by ‘is’ if so then create a GREP in your paragraph style
This will find the is followed by a $ and everything up to the next white space.

(?<=is)\$\S+

This article was last modified on December 10, 2017

Comments (0)

Loading comments...