[resolved] tReplace - simple search and replace - does not work
I want to replace all , with nothing in a column - i.e. remove all commas in a string.
So, for the Search, I use ","
For the replace, I use ""
It does not replace any commas. I also checked the whole word option. This is simple, and should not requre regex.
???
Dave