Reply To: Find/Change using GREP

#103768

Hi Scott,
you can easily put what you search for into a variable so that you can change those variables with the same values.

In your example you can find: (E) (\d)
This way E became the variable $1 and \d become the $2

So that you can change your text with: $1$2

and it’s done

Let me if it’s work

This article was last modified on May 15, 2018

Comments (0)

Loading comments...