[Top][All Lists]
[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
- [Bug classpath/26002] New: Another regex problem: \p{Nd}, mike at saxonica dot com, 2006/01/28
- [Bug classpath/26002] Another regex problem: \p{Nd},
mark at gcc dot gnu dot org <=
- [Bug classpath/26002] Another regex problem: \p{Nd}, kaz at maczuka dot gcd dot org, 2006/01/29
- [Bug classpath/26002] Another regex problem: \p{Nd}, mike at saxonica dot com, 2006/01/29
- [Bug classpath/26002] Another regex problem: \p{Nd}, cvs-commit at developer dot classpath dot org, 2006/01/31
- [Bug classpath/26002] Another regex problem: \p{Nd}, kaz at maczuka dot gcd dot org, 2006/01/31
- [Bug classpath/26002] Another regex problem: \p{Nd}, pinskia at gcc dot gnu dot org, 2006/01/31