Re: [pcre-dev] Bug: No match with studied regex

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev
Subject: Re: [pcre-dev] Bug: No match with studied regex
On 2009-12-05 18:38, Philip Hazel wrote:
> Noted.


pattern: i(?(DEFINE)(?<s>a))
subject: i
result: No Match
expected: i

...
and many, many other analogous problems. In fact "DEFINE" construct is not
work with a studied pattern.
And user now can not trust in this construct.
I think this bug is critical. Fix it quickly, please.

Thanks.
Michael