Re: [pcre-dev] Partial match at end of subject

Top Page
Delete this message
Author: ph10
Date:  
To: ND
CC: Pcre-dev
Subject: Re: [pcre-dev] Partial match at end of subject
On Sat, 13 Jul 2019, ND via Pcre-dev wrote:

> It seems this example introduce not partial matching but "regular" matching
> bug.
>
> PCRE2 version 10.33 2019-04-16
> /(?<=(?=(?<=a)))b/
> ab
> No match
>
>
> While Perl is correctly match "b".


Probably the same bug as in your previous message. Thank you for the report.

Philip

--
Philip Hazel