[pcre-dev] Opening round bracket in comment

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