Re: JDK 1.4 Regular Expression Comparison

Richard Wheeldon <[email protected]> Sat, 11 Oct 2003 13:23:43 +0100
Newsgroups gmane.comp.jakarta.regexp.user
Message-ID <[email protected]>
Rod Macpherson wrote:
> Looking for arguments for and against using apache regexp over the
> regexp package available in the JRE. Assume we can stipulate a JRE
> greater than or equal to 1.4.0.

The regexp parser in 1.4.0 is very buggy. Afaik, most of these bugs
are fixed in 1.4.1,

Richard