Reply To: GREP Tricks: Using LookBehind and LookAhead expressions to convert a SPACE into a NON-BREAK SPACE

Home Page / Forums / General InDesign Topics (CLOSED) / GREP Tricks: Using LookBehind and LookAhead expressions to convert a SPACE into a NON-BREAK SPACE / Reply To: GREP Tricks: Using LookBehind and LookAhead expressions to convert a SPACE into a NON-BREAK SPACE

#14323375
David Popham
Participant

One option would be \w+\w+(?=\*).That’s assuming that both the name and surname are one-word names, as opposed to something like “von Grebmer” or “O’Connell”.

This article was last modified on December 27, 2019

Comments (0)

Loading comments...