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

トップ ページ
このメッセージを削除
著者: ND
日付:  
To: Pcre-dev
題目: 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