in reply to Re^2: regex catch pattern that doesn't contain a pattern
in thread regex catch pattern that doesn't contain a pattern
but is YAPE::Regex::Explain at all valid for constructs such as (?<NAME>pattern) introduced with Perl version 5.10?Nope. According to the POD (LIMITATIONS):
There is no support for regular expression syntax added after Perl version 5.6, particularly any constructs added in 5.10.
But, it is valid for .*?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: regex catch pattern that doesn't contain a pattern
by AnomalousMonk (Archbishop) on Apr 29, 2015 at 18:19 UTC |