in reply to Re: regex catch pattern that doesn't contain a pattern
in thread regex catch pattern that doesn't contain a pattern
I agree that the OPed regex will match and capture the first empty string it finds (i.e., the one at the beginning of the string), but is YAPE::Regex::Explain at all valid for constructs such as (?<NAME>pattern) introduced with Perl version 5.10?
Give a man a fish: <%-(-(-(-<
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: regex catch pattern that doesn't contain a pattern
by toolic (Bishop) on Apr 29, 2015 at 18:08 UTC | |
by AnomalousMonk (Archbishop) on Apr 29, 2015 at 18:19 UTC |