[pcre-dev] Problem with (?| group

Page principale
Supprimer ce message
Auteur: ND
Date:  
À: Pcre-dev
Sujet: [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.