[pcre-dev] [Bug 2101] [PATCH] Add PCRE2_EXTENDED_MORE /xx mo…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2101] [PATCH] Add PCRE2_EXTENDED_MORE /xx modifier
https://bugs.exim.org/show_bug.cgi?id=2101

Philip Hazel <ph10@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED


--- Comment #1 from Philip Hazel <ph10@???> ---
I have implemented PCRE2_EXTENDED_MORE. Thank you for drawing it my attention.
I'm afraid your patch wasn't enough; it only looked at the first character in a
class. Also, EXTENDED_MORE implies EXTENDED, because that's what Perl's /xx is
documented to do. I also added /xx to pcre2test and (?xx) to the pattern
features that PCRE2 handles.

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