[pcre-dev] [Bug 2062] matching Unicode class Pd seems to be …

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2062] matching Unicode class Pd seems to be hitting additional wrong characters (Po?)
https://bugs.exim.org/show_bug.cgi?id=2062

exim-bugtracker@??? changed:

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


--- Comment #2 from exim-bugtracker@??? ---
You're right, a multi-character class *must* be enclosed in curly braces,
contrary to the single-character case. The regex I used was interpreted as
([\pP]|d) (any punctuation character or 'd').

Thanks for your quick and very helpful answer!

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