Auteur: ND Date: À: Pcre-dev Sujet: 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.