Re: [mind game] Seeking for simple task impossible via regexps
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [mind game] Seeking for simple task impossible via regexps
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2017年2月24日 14:18:27 -0300
> In layman's terms, this means that there are languages that LPeg can
> parse that PCRE cannot. (For example, PCRE cannot parse the balanced
> parentheses language without calling out to Perl code.)
PCRE (and the Perl engine) can parse the balanced parentheses
language. Check for "(?R)".
-- Roberto