http://qs1969.pair.com?node_id=572622


in reply to Re: Perl6ish rules in Perl5's regex engine
in thread Perl6ish rules in Perl5's regex engine

I had the same idea a few years ago, and implemented it in PCRE. The author of PCRE reworked the implementation but kept the idea, and it's been a standard feature of PCRE since then. I still think it's very cool, but I don't know whether anyone actually uses it...

I didn't have the guts to try and do it for perl's regex engine. If you do it, it might be worth considering using the same syntax as PCRE?

Replies are listed 'Best First'.
Re^3: Perl6ish rules in Perl5's regex engine
by demerphq (Chancellor) on Sep 13, 2006 at 10:03 UTC

    If you do it, it might be worth considering using the same syntax as PCRE?

    Well, if it meant the patch was more likely to be applied then yes. OTOH, Im not super keen on using capturing buffers as the fix point. But im not totally against it either. I really need to look into PCRE more closely. How do they do named capture buffers?

    ---
    $world=~s/war/peace/g