[pcre-dev] [Bug 897] \w and others based on Unicode properti…

Top Page
Delete this message
Author: Philip Hazel
Date:  
To: pcre-dev
Old-Topics: [pcre-dev] [Bug 897] New: \w and others based on Unicode properties
Subject: [pcre-dev] [Bug 897] \w and others based on Unicode properties
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=897




--- Comment #15 from Philip Hazel <ph10@???> 2009-12-17 19:07:06 ---
On Thu, 17 Dec 2009, Pavel Kostromitinov wrote:

> Well, the problem is that [\W] (NOT (letter or digit)) is NOT the same as
> [\PL\PN] (NOT letter or NOT digit), since latter will in fact match almost
> anything...


How about [^\pL\pN] ?

Philip


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email