Re: [pcre-dev] (*SKIP) action

Inizio della pagina
Delete this message
Autore: ND
Data:  
To: Pcre-dev
Oggetto: Re: [pcre-dev] (*SKIP) action
And neighbour question:

Subject string: ac
Pattern: ^(?!a(*SKIP)b)
Result: No match
Expected: Match at position 1

(*PRUNE) gives the same result.

Is there planned and Perl-like behavior? And why?

Thanx,
Michael.