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

#14323593
Paul Williams
Participant

I’ve simplified the Grep:

\w{1,2}[\)|\.]\w+

so that rather than doing 2 searches for a ‘)’ or a ‘.’ it looks for one or the other [\)|\.]

This article was last modified on December 10, 2019

Comments (0)

Loading comments...