Re: [pcre-dev] pcre2test allusedtext issue

Αρχική Σελίδα
Delete this message
Συντάκτης: ph10
Ημερομηνία:  
Προς: ????????
Υ/ο: Pcre-dev
Αντικείμενο: Re: [pcre-dev] pcre2test allusedtext issue
On Mon, 29 Jul 2019, 虚空幻影 via Pcre-dev wrote:

> As follows is my test.
>
> ./pcre2test
>
> PCRE2 version 10.33
>
> 2019-04-16
>
> re> /b(?<!ax)(?!cx)/allusedtext
>
> data> abc
>
> No match
>
> data>
>
>
>
> I tried to test your case, but the result is different from yours, why?


You are using 10.33. ND was probably using the latest development code.
There have been changes.

On the other hand, I get a different result to you:

PCRE2 version 10.33 2019-04-16
/b(?<!ax)(?!cx)/allusedtext
abc
 0: ab
    < 


This is on a Linux system. Something is strange about your version.

Philip

--
Philip Hazel