Re: RFC 348 (v2) Regex assertions in plain Perl code

2000-10-08 Thread Bart Lateur
On Tue, 3 Oct 2000 01:08:31 -0400, James Mastros wrote: >It'd be somwhat useful, I think, if you could return somthing like \matched >to >let paren-catching of the ?{} thingy have somthing other then "". (Remember, >a ref is always true.) > >For example, that would let you parse somthing inside a

Re: RFC 348 (v2) Regex assertions in plain Perl code

2000-10-02 Thread James Mastros
> Maintainer: Bart Lateur <[EMAIL PROTECTED]> > Date: 28 Sep 2000 > Last Modified: 1 Oct 2000 > Mailing List: [EMAIL PROTECTED] > Number: 348 > Version: 2 > Status: Frozen > [can't find a good quote] It'd be somwhat useful, I think, if you could return somthing like \matched to let