Re: [pcre-dev] several messages

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev
Subject: Re: [pcre-dev] several messages
On 2012-01-22 17:56, ND wrote:

>It no need to return zero-length partial match.
> In my example
>PCRE version 8.21 2011-12-12
> /(?!b)(?<=a)/+
> \P\Pa
> 0:
> 0+
>PCRE must return 'no match' instead of 'match'.
>

No. I'm wrong. More investigation needed...