Reply To: Grep to find all instances of a word starting (or not) with a Capital.

Home Page / Forums / General InDesign Topics (CLOSED) / Grep to find all instances of a word starting (or not) with a Capital. / Reply To: Grep to find all instances of a word starting (or not) with a Capital.

#113899
Nicole Marr
Member

If the instances of she/he are not set up like this with the slash, and you mean either “she” or “he”
Find (s?he)
Replace they

Find (She|He)
Replace They

This article was last modified on January 25, 2019

Comments (0)

Loading comments...