Hi everyone!
There is a text “aaaaaxaaaa”
If you use “search and repalce”, you can enter “(x)” in the find box and “1” in the replace box. It returns “aaaaaxaaaa”.
But when i use script:
document.selection.Replace(“(x)”, “1“, eeFindReplaceRegExp);
it returns “aaaaaaaaa”. It spoils characters.
How to use back reference in scripts?
Thanks in advance.