Regexp does not work as expected!
Posted: Wed Mar 07, 2012 2:26 pm
Hello,
I have lins that end with the letter A preceded by a tab. I want to replace the letter A with a different text ("XXX")
I tried searching for the following regexp:
\tA\r\n
and replacing with:
\tXXX\r\n
But that does nothing (no replacement is made). I also tried without the \t and \r\n, but that didn't work either.
Can anyone help? Thanks!
I have lins that end with the letter A preceded by a tab. I want to replace the letter A with a different text ("XXX")
I tried searching for the following regexp:
\tA\r\n
and replacing with:
\tXXX\r\n
But that does nothing (no replacement is made). I also tried without the \t and \r\n, but that didn't work either.
Can anyone help? Thanks!