in reply to Re: What does it mean Nested quantifiers in regex
in thread What does it mean Nested quantifiers in regex
A regex quantifier combination like ++ is illegal in Perl 5.8, but is supported in 5.10 et seq. See discussion of 'possessive' quantifiers in Quantifiers section of perlre (for 5.10++ of course).
|
|---|