[pcre-dev] Assertions with quantifier behaviour is Perl inco…

Pàgina inicial
Delete this message
Autor: ND
Data:  
A: Pcre-dev
Assumpte: [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.