[regex-coach] Please implement variable length look-behind functionality

Edi Weitz edi at agharta.de
Thu Jun 25 19:27:42 UTC 2009


On Thu, Jun 25, 2009 at 3:45 PM, Alex Grässer<pyropunk51 at 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.




More information about the regex-coach mailing list