Reply To: GREP, how to select everything except a specific word

Home Page / Forums / InDesign User Groups / GREP, how to select everything except a specific word / Reply To: GREP, how to select everything except a specific word

#88111

Okay, now I got it.

First line of GREP code: .+?(?=shining)
Second line of GREP code: (?<=shining).+

Everything except “shining” is selected.
Thank you once again David.
Thomas

This article was last modified on September 1, 2016

Comments (0)

Loading comments...