crusty_collins has asked for the wisdom of the Perl Monks concerning the following question:
snippet from http://www.regular-expressions.info/refext.html
(?<x>abc){3} matches abcabcabc. The group x matches abc.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Do a named regex group in 5.8?
by AnomalousMonk (Archbishop) on Feb 08, 2016 at 21:56 UTC | |
Re: Do a named regex group in 5.8?
by Cristoforo (Curate) on Feb 08, 2016 at 21:16 UTC | |
by zwon (Abbot) on Feb 08, 2016 at 23:52 UTC | |
by Cristoforo (Curate) on Feb 09, 2016 at 00:10 UTC | |
Re: Do a named regex group in 5.8?
by Anonymous Monk on Feb 09, 2016 at 06:09 UTC | |
by AnomalousMonk (Archbishop) on Feb 09, 2016 at 07:37 UTC |