[pcre-dev] [Bug 2211] Possible bug in pcredemo when checking…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2211] Possible bug in pcredemo when checking for an empty match with patterns involving \K in lookarounds
https://bugs.exim.org/show_bug.cgi?id=2211

--- Comment #4 from John Tattarakis <tattarakis@???> ---
Merry Christmas Philip! :D

"(?<=\K.)" won't match the next try because the "ANCHORED" flag is set and that
expression cannot match at the start.

--
You are receiving this mail because:
You are on the CC list for the bug.