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

Página superior
Eliminar este mensaje
Autor: ND
Fecha:  
A: Pcre-dev
Asunto: 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.