classpath
[Top][All Lists]
Advanced

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

java.util.regex


From: Wes Biggs
Subject: java.util.regex
Date: Wed, 27 Feb 2002 09:57:53 -0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8) Gecko/20020204

Hi all,

It's been a while since I've popped my head in, it's good to see some familiar names. Congratulations on the latest release!

With a little gentle prodding by Nic Ferrier, I've implemented the java.util.regex package as a facade of gnu.regexp. Currently it's only a Java syntax facade -- the underlying engine assumes Perl-style, not JDK 1.4-style, regular expressions. But for many (most?) cases it's drop-in compatible already, and I've tested it with a number of examples.

My goal is to implement the JDK 1.4 regular expression syntax in gnu.regexp (gnu.regexp has a concept of predefined RESyntax objects), so additional changes to the java.util.regex classes will be minimal.

Any thoughts on getting this into classpath, logistics-wise? I would like to continue to maintain gnu.regexp as a separately releasable project; I see the java.util.regex.* classes as bridge classes to its API from Classpath. However, I have no problem relicensing gnu.regexp with the exception clause if that would make things easier.

Cheers,

Wes





reply via email to

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