Re: [pcre-dev] (DEFINE) problem

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev
Subject: 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