[pcre-dev] Problem with (?| group

トップ ページ
このメッセージを削除
著者: ND
日付:  
To: Pcre-dev
題目: [pcre-dev] Problem with (?| group
Hello!

subject: boy
pattern: (?|(a)|b(?&tt))(?(DEFINE)(?<tt>.))
Result: no match

Why there is no match? I waits result: 'bo'
I think there is a bug.

Thanx.