Szerző: ND
Dátum:
Címzett: Pcre-dev
Tárgy: [pcre-dev] Opening round bracket in comment
Hi, Philip!
PCRE 8.02
Subject: 5
Pattern: (?&t)(?#()(?(DEFINE)(?<t>a))
Match: internal error: previously-checked referenced subpattern not found
at 29 position
If any other symbol than "(" presents in comment, for example
Pattern: (?&t)(?#a)(?(DEFINE)(?<t>a))
then there is no problem.
Regards.