Re: [pcre-dev] (*THEN) works differently in Perl

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev
Subject: Re: [pcre-dev] (*THEN) works differently in Perl
On 2019-07-01 10:28, ph10 wrote:

> I think this is a bug in Perl and I will report it as such.


It's great.


As you participate in Perl regex development can you take a look at
another Perl bug please:


PCRE2 version 10.33 2019-04-16
/\A(?:.(*COMMIT))*c/
abcd
No match


But Perl reports that this is successful match "abc".


Thanks