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

Startseite
Nachricht löschen
Autor: ND
Datum:  
To: pcre-dev
Betreff: 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?