Auteur: ND
Date:
À: Pcre-dev
Sujet: [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.