[pcre-dev] Problem with (?| group

Inizio della pagina
Delete this message
Autore: ND
Data:  
To: Pcre-dev
Oggetto: [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.