Re: [pcre-dev] pcre2test allusedtext issue
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
ND at
2019-07-27 17:33
ph10 at
2019-08-01 08:15
Author:
虚空幻影
Date:
2019-07-29 15:17
UTC
To:
Pcre-dev
Subject:
Re: [pcre-dev] pcre2test allusedtext issue
On 2019-07-27 17:33, ND wrote:
> Good day!
>
> pcre2test output:
>
>
> Why "a" showed as text that was consulted during a successful pattern
> match, but "c" not?
>
>
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?