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

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev
Subject: [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.