Autor: ND
Data:
Dla: Pcre-dev
Temat: [pcre-dev] (*ACCEPT) in atomic group
Hi, Philip!
PCRE 8.02
Subject: a
Pattern: (?>a(*ACCEPT))(*F)
Match: RegEx error - PCRE_ERROR_NOMATCH
If non-atomic group presents for example
Pattern: (?:a(*ACCEPT))(*F)
then there is no problem
Match: a
Regards.