[pcre-dev] Problem with (?| group

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev
Subject: [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.