Reply To: GREP search for changing space after endnote number

Home Page / Forums / General InDesign Topics (CLOSED) / GREP search for changing space after endnote number / Reply To: GREP search for changing space after endnote number

#14323640
Aaron Troia
Participant

Hey Chris,

What is happening when you search for \x20 is that you are are telling your GREP to be greedy look for a specific space, in this case it is the one assigned to x20 in Unicode. When you use you are telling GREP to be nongreedy and find any space.

Aaron

This article was last modified on December 3, 2019

Comments (0)

Loading comments...