Re: [pcre-dev] Inner (*MARK) don't keep its value outside th…

Góra strony
Delete this message
Autor: ND
Data:  
Dla: Pcre-dev
Temat: Re: [pcre-dev] Inner (*MARK) don't keep its value outside the assertion
Hi, Philip!

Here is pcretest.exe listing:


PCRE version 8.21 2011-12-12
/(?=a(*:x))(?!a(*:y)c)/K
ab
0:


There is no MARK value in output. Expected
MK:x

Thanx.