[pcre-dev] [Bug 2792] \K should not be allowed in lookaround…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2792] \K should not be allowed in lookarounds
https://bugs.exim.org/show_bug.cgi?id=2792

--- Comment #9 from firas <firas.dib@???> ---
The implementation on regex101 is returning a match with start index 21 and end
index 22, which then means it tries to find another match on index 22. It finds
another one, again, at index 21-22, and keeps repeating this process
indefinitely. I'm not sure why this happens.

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