Download List

Projeto Descrição

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

A classe PathPattern agora aceita wildcards em nomes de diretório e um coringa-caminho (como classe "/**/*. "). Os arquivos são enumerados por PathPattern.enumerateFiles () método que usa uma abordagem de pesquisa preguiçoso. Além disso, esta classe já herda da classe Pattern com todas as consequências. Algumas adições foram feitas também WildcardPattern e RETokenizer. Incompatibilidade com classes de caracteres Perl foi corrigido.
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