
25 Jun
2009
25 Jun
'09
7:27 p.m.
On Thu, Jun 25, 2009 at 3:45 PM, Alex Grässer<pyropunk51@gmail.com> wrote:
Another suggestion: It would be cool if the the Replace could work correctly with backreferences.
It does. Try "\1" instead of "$1".
I.e regex: a(b)e replace: $1an result: ban
??? Cheers, Edi.