Reply To: Grep code to select number with bracket and next word

Home Page / Forums / General InDesign Topics (CLOSED) / Grep code to select number with bracket and next word / Reply To: Grep code to select number with bracket and next word

#14323598
Paul Williams
Participant

Try:

\d{1,2}\)\w+|\d{1,2}\.\w+

Note the brackets around 1,2 should be the curly ones:

This article was last modified on December 10, 2019

Comments (0)

Loading comments...