Download List

Descripción del Proyecto

jregex is a regular expression library for Java. Its main features include support for Perl 5.6 regexp syntax, Unicode, high performance, named groups, incomplete matching, filesystem utilities, and more. It is compatible with JDK 1.1 and later versions.

System Requirements

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.

2002-05-29 23:12 Back to release list
1.2_00

La clase PathPattern ahora acepta comodines en los nombres de directorio y los comodines camino (como la clase "/**/*. "). Los archivos se enumeran por PathPattern.enumerateFiles () método que utiliza un enfoque de búsqueda perezoso. Además, esta clase ahora hereda de la clase de patrones, con todas las consecuencias. Algunas adiciones se efectuaron también en WildcardPattern y RETokenizer. Incompatibilidad con las clases de personaje de Perl se ha solucionado.
Tags: Major feature enhancements
The PathPattern class now accepts wildcards in directory names and any-path wildcards (such as "/**/*.class"). The files are enumerated by PathPattern.enumerateFiles() method using a lazy search approach. Plus, this class now inherits from the Pattern class with all consequences. Some additions were also made to WildcardPattern and RETokenizer. Incompatibility with Perl character classes has been fixed.

Project Resources