mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 18:17:59 -04:00
6 lines
325 B
Plaintext
6 lines
325 B
Plaintext
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).
|