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

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev
Subject: Re: [pcre-dev] Inner (*MARK) don't keep its value outside the assertion

> It applies to capturing, non-capturing, and atomic parentheses. However,
> the handling of MARKs is complicated; I hope I have caught all thecases.


Thanx a lot, Philip.
Is there my first example take into account? There was a negative
assertion:

> > 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


Best regards