summaryrefslogtreecommitdiff
path: root/devel/p5-Regexp-MatchContext/DESCR
blob: 31417b7f4caaa344656a3f621f310c607d292a71 (plain)
1
2
3
4
5
The Perl 5 module Regexp::MatchContext provides replacements for
the regexp related variables $PREMATCH, $MATCH, and $POSTMATCH in
a way that only impacts the performance of matches that you specify.
These three variables are only set if the most recently matched
regex contained the special (non-standard) meta- flag: (?p).