Reply To: GREP code to find single character P or p but not p. or P.

Home Page / Forums / General InDesign Topics (CLOSED) / GREP code to find single character P or p but not p. or P. / Reply To: GREP code to find single character P or p but not p. or P.

#14388089
Dhafir Photo
Participant

Try this:
\<(?i:p)\>(?!\.)

This article was last modified on March 5, 2023

Comments (0)

Loading comments...