Page 1 of 1

Regexp does not work as expected!

Posted: Wed Mar 07, 2012 2:26 pm
by longtalker
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!

Re: Regexp does not work as expected!

Posted: Wed Mar 07, 2012 3:07 pm
by longtalker
Found out why - was not in the Replace tab but in the Find tab of the tester! Thanks anyway