The search pattern was replace product([^&]) with product™\1
Find works, replace works, find next works, but the second replace omitted the \1, ie product yada would become product™yada without the space. This only occured after being found with Repl&FAgain button.
That aside... love the app :)
- neil@cyrius.com.au
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was adding the trademark symbol to the end of every appearance of a product name in an SQL file. Something like:
Blah blah product, product blah blah product yada product-blah.
The search pattern was replace product([^&]) with product™\1
Find works, replace works, find next works, but the second replace omitted the \1, ie product yada would become product™yada without the space. This only occured after being found with Repl&FAgain button.
That aside... love the app :)
- neil@cyrius.com.au