[pcre-dev] [Bug 2286] New: Documentation Difficulty and Error

2018-07-08 Thread admin
https://bugs.exim.org/show_bug.cgi?id=2286 Bug ID: 2286 Summary: Documentation Difficulty and Error Product: PCRE Version: 10.31 (PCRE2) Hardware: All OS: Linux Status: NEW Severity: bug

[pcre-dev] (*SKIP:NAME) when (*MARK:NAME) is in assertion

2018-07-08 Thread ND via Pcre-dev
Good day. PCRE documents about SKIP verb with NAME: "When (*SKIP) has an associated name, its behaviour is modified. When it is triggered, the previous path through the pattern is searched for the most recent (*MARK) that has the same name. If one is found, the "bumpalong" advance is to

Re: [pcre-dev] No capture in nested negative assertions

2018-07-08 Thread ND via Pcre-dev
On 2018-07-07 16:50, ph10 wrote: I decided that the most straightforward approach was to discard all capturing inside negative assertions when the assertion completes. May I suggest alternative approach? It is simple and more consistent. I think Perl use it: Capture is discarded ONLY if