Reply To: GREP – Ignore / Skip particular word from search

Home Page / Forums / General InDesign Topics (CLOSED) / GREP – Ignore / Skip particular word from search / Reply To: GREP – Ignore / Skip particular word from search

#64615
Justin Sligh
Member

Masood,

I am not sure if you can create a single Grep Style this. You could do it with two Grep Styles:

Grep Style 1 – Use the following expression:
\w
The associated Character Style will control all words.

Grep Style 2 – Use the following expression:
(the|or|and)
The associated Character Style can reset those letters to whatever you want.

Not sure how to handle this with regard to Find/Replace.

I would like to know if you find a way to handle it within one Grep Style.

This article was last modified on July 31, 2013

Comments (0)

Loading comments...