Télécharger la liste

Description du projet

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.

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.

2002-05-29 23:12 Retour à la liste release
1.2_00

La classe PathPattern accepte désormais les jokers dans les noms de répertoire et tous les jokers-chemin (comme la classe "/**/*. "). Les fichiers sont énumérés par PathPattern.enumerateFiles () utilisant une approche de recherche paresseux. De plus, cette classe hérite désormais de la classe Pattern avec toutes les conséquences. Certains ajouts ont aussi été faits pour WildcardPattern et RETokenizer. Incompatibilité avec les classes de caractères Perl a été corrigé.
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