Re: [pcre-dev] (DEFINE) problem

Inizio della pagina
Delete this message
Autore: ND
Data:  
To: Pcre-dev
Oggetto: Re: [pcre-dev] (DEFINE) problem
Hi, Philip!

I use PCRE 8.0

pattern: (?(DEFINE)(?<s>(i)))(?&s)
subject: pi
result: match, but no subpatterns captured
expected: 'i' returned as subpattern

Is this planned behavior?

Thanx.
Michael