classpath
[Top][All Lists]
Advanced

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

Re: [bug-classpath] Predefined character classes in regular expressions


From: Ziga Mahkovec
Subject: Re: [bug-classpath] Predefined character classes in regular expressions
Date: Mon, 18 Jul 2005 15:07:04 +0200

On Mon, 2005-07-18 at 08:02 +0200, Jose FĂ©lix Torre wrote:
> Last week I try to launch my java project using Classpath instead  sun's 
> sdk. I found the regular expressions of my project never match.
> 
> After some tests,  I found  that the Classpath regexp package don't 
> understand character classes. This is an example of problematic java 
> regex for Classpath :
> 
> \p{Digit}
> 
> [...]

gnu.regexp seems to use a different syntax for character classes:

  [:digit:]

Any progress with integrating jregex in Classpath, Mark?  It should take
case of this bug as well.

-- 
Ziga





reply via email to

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