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

Inizio della pagina
Delete this message
Autore: ND
Data:  
To: pcre-dev
Oggetto: Re: [pcre-dev] Inner (*MARK) don't keep its value outside the assertion
On Mon, 26 Dec 2011 14:38:32 +0400, Philip Hazel <ph10@???>
wrote:

>
> I should have added that this is compatible with Perl.
>

Indeed.
But it is a strange logic (in my point of view) that
/(?=(*:x))(q|)/K
keeps the MARK:x value
while the
/(?=(*:x))((*:y)q|)/K
don't.

Isn't it?