Autor: ND
Data:
Para: Pcre-dev
Assunto: [pcre-dev] Assertions with quantifier behaviour is Perl incompatible
Good day!
Assertions with quantifier for example "\z?", "\b{0,1}", "(?=a){10}"
works well in Perl but produces "RegEx error: nothing to repeat" in PCRE
May be a PCRE correction is needed to get compatibility with Perl.
Thanx.