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-06-17 23:11
1.2_01

La pila modelo ha sido revisado para acelerar las cosas.
Tags: Minor feature enhancements
The stack model has been revised to speed things up.

2002-05-29 23:12
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.

2002-05-07 19:55
1.1_02

Esta versión incluye la clase WildcardPattern, que acepta una sintaxis simple comodín. Dos métodos de taquigrafía se agregaron a la clase Patrón: Pattern.matches (String) y Pattern.startsWith (String). Un error y un error retrorreferencia coincidentes incomlete también se han fijado ..
Tags: Minor feature enhancements
This release adds the WildcardPattern class, which
accepts a simple wildcard syntax. Two shorthand
methods were added to the Pattern class:
Pattern.matches(String) and
Pattern.startsWith(String). A backreference bug
and an incomlete matching bug were also fixed..

2002-04-04 17:06
1.1_01

Un error de notación Unicode fue corregido. Este error provocó un PatternSyntaxException que se produce cuando los patrones como "\ uhhhh" eran de entrada.
Tags: Minor bugfixes
A unicode notation bug was fixed. This bug caused
a PatternSyntaxException to be thrown when
patterns like "\uHHHH" were input.

2002-02-13 00:11
1.1

Grandes errores han sido corregidos, y algunos métodos se han añadido a la API.
Tags: Major bugfixes
Major bugs have been fixed, and some methods have been added to the API.

Project Resources