Reply To: GREP Style Expression Help Neede

Home Page / Forums / General InDesign Topics (CLOSED) / GREP Style Expression Help Neede / Reply To: GREP Style Expression Help Neede

#14323693
Jeremy Howard
Participant

This may be what you are looking for:

\$\d+?\.\d+?\K(o|t|f)(\w+)?

I just added “(\w+)?” to the end of the GREP expression that Aaron Troia posted.

The Breakdown:
“\w” = any word character
“+” = one or more times
“(” & “)” = enclosing an expression the create a “captured group”
“?” = may or may not exist.

This article was last modified on November 16, 2019

Comments (0)

Loading comments...