[pcre-dev] (*ACCEPT) in atomic group

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