Answered
Escaping special characters in FindChangeByList
Hi folks!
I'm having some trouble with my FindChangeByList and want to be sure I'm doing it correctly.
I'm trying to find a text string "$U.S."
In my FindChangeByList file I have escaped the special characters as "\$U\.S\." but it still does not find the string.
Same for the characters $ ( ) . ' -
Just a \ in front of each, right? So why isn't it working?
Thanks!