Find and Change formatted of repeated text using GREP
Hi everyone,
Can anyone help me with a GREP find/change? I'm using the code "\b(\w+)\s+\1\b" to find repeated (duplicate) words in a document and I was wondering if it's possible to change the formatting of the duplications only? For example:
Email subject 1:Email subject 1:
I would like to change the Character Style format of the repeated text "Email subject 1:" and keep the first instance "Email subject 1:" as it is.
Thanks in advance,
Rogerio
