Reply To: GREP Tricks: More LookBehind and LookAhead examples …

Home Page / Forums / General InDesign Topics (CLOSED) / GREP Tricks: More LookBehind and LookAhead examples … / Reply To: GREP Tricks: More LookBehind and LookAhead examples …

#72142
Aaron Troia
Participant

To simplify things more you could use \K (Keep), then you don’t have to type out the lookbehind syntax.

\d{2}\KFR(?= \d{5})

This article was last modified on December 9, 2014

Comments (0)

Loading comments...