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

#100307
Graham Park
Member

With your text this works for me, they have to be in order
Bold Black
^((\w||[[:punct:]])+)(\$\d\S+)

Red Price
\$\d\S+ (per\d+)?

Normal
•.+~b

Red Price with Per
(?=\$)\$\S+per\d+

This article was last modified on December 12, 2017

Comments (0)

Loading comments...