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-07 19:55 Back to release list
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..

Project Resources