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

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