This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author verdy_p
Recipients ezio.melotti, mrabarnett, verdy_p
Date 2009-10-15.02:04:30
SpamBayes Score 0.3287301
Marked as misclassified No
Message-id <1255572272.31.0.461686838955.issue7132@psf.upfronthosting.co.za>
In-reply-to
Content
You said that this extension was not implemented anywhere, and you were 
wrong.

I've found that it IS implemented in Perl 6! Look at this discussion:

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

Look at how the matches in quantified capture groups are returned as 
arrayref's (i.e. references to a numbered array).

So my idea is not stupid. Given that Perl rules the world of the Regexp 
language, it will be implemented elsewhere sonner or later, notably in 
PCRE, awk, vi, sed, PHP, .NET library...

Already, this is used in CPAN libraries for Perl v6... (when the X flag 
is set for extensions)
History
Date User Action Args
2009-10-15 02:04:32verdy_psetrecipients: + verdy_p, ezio.melotti, mrabarnett
2009-10-15 02:04:32verdy_psetmessageid: <1255572272.31.0.461686838955.issue7132@psf.upfronthosting.co.za>
2009-10-15 02:04:30verdy_plinkissue7132 messages
2009-10-15 02:04:30verdy_pcreate