Reply To: GREP: To replace 1st instance of a word but ignore next

Home Page / Forums / General InDesign Topics (CLOSED) / GREP: To replace 1st instance of a word but ignore next / Reply To: GREP: To replace 1st instance of a word but ignore next

#90071

Hi Paul,

the first one: ^.+?\KDiesel
the last one: ^.+\KDiesel

Find what: ^.+?\K(Diesel)
Change to: <r>$1<r>

Kai

This article was last modified on November 24, 2016

Comments (0)

Loading comments...