http://www.perlmonks.org?node_id=177596


in reply to Re: Re: Re: Useful Uses of regex code expressions?
in thread Useful Uses of regex code expressions?

Regexes without (??{}) can be used in matching nested sets of paren/brackets/etc when you don't feel like crawling through a string C-style.
  • Comment on Re: Re: Re: Re: Useful Uses of regex code expressions?

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Useful Uses of regex code expressions?
by jryan (Vicar) on Jun 27, 2002 at 00:54 UTC
    Of an unknown/changing depth of nesting? I'd like to see it done...

        Very impressive, especially on how fast you came up with that. My words have been eaten. However, I hardly call that a pure regex solution ;)