bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/26002] Another regex problem: \p{Nd}


From: mark at gcc dot gnu dot org
Subject: [Bug classpath/26002] Another regex problem: \p{Nd}
Date: 29 Jan 2006 09:21:09 -0000


------- Comment #1 from mark at gcc dot gnu dot org  2006-01-29 09:21 -------
Confirmed, we don't seem to handle Unicode blocks with the \p{} syntax. A
workaround here would of course be using \d.
Pattern.compile("\\d{3}-[A-Z]{2}").matcher("123-XZ").matches() returns true.

Ito, maybe you want to take a look at this?


-- 

mark at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |kaz at maczuka dot gcd dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-01-29 09:21:09
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26002





reply via email to

[Prev in Thread] Current Thread [Next in Thread]