Télécharger la liste

Description du projet

Apache Jakarta Regexp is a 100% pure Java regular expression package. Expression syntax supports all of Perl5 syntax, with the exception of back reference substitution markers (several people have mentioned this lack, so please feel free to contribute a solution). It also supports a very limited subset of POSIX features. Performance and features are somewhat inferior to ORO, and the new JDK 1.4 (java.util.regex) package, but the package is especially small and features the ability to precompile expressions (without using object serialization) into byte arrays, thus avoiding the need to load the expression compiler.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-09-29 13:14
1.2

La documentation est désormais compilé avec Anakia (JSS), et quatre bugs ont été corrigés.
Tags: Minor feature enhancements
The documentation is now built with Anakia (JSS), and four bugs have been fixed.

2001-01-30 15:12
1.0

Initial Release.
Initial Release.

Project Resources