Directory > Computers > Programming > Languages > Regular Expressions > Java Jakarta ORO A set of text-processing classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, and filtering filenames. This library is the open source successor to the OROMatcher, AwkTools, PerlTools, and TextTools libraries from ORO, Inc. [Open Source, BSD-like] http://jakarta.apache.org/oro/ Reviews Rating: Not yet Rated
Whois Check
JDK 1.4 Supports Regular Expressions Regular expressions are a useful programming tool. The fact that Java now natively supports them simplifies many programming tasks that used to require cumbersome code. A description of the new features on earthweb.com. http://www.developer.com/java/article.php/908271 Reviews Rating: Not yet Rated
Whois Check
JRegex Regular expression support that offers a superset of Perl5.6 regex syntax, compatibility with JDK 1.1). Includes documentation, examples, and demonstration applet. [Open Source, BSD-like] http://jregex.sourceforge.net/ Reviews Rating: Not yet Rated
Whois Check
jrexx A regular expression API for textual pattern matching based on the finite state automaton theory written in Java. It also offers set operations (union, intersection, difference, complement) for combination of automatons. [Open source, LGPL] http://www.karneim.com/jrexx/project01/project01.htm Reviews Rating: Not yet Rated
Whois Check
Pat A package that provides a mechanism for compiling and matching regular expressions in Java. Download, documentation and news. http://www.javaregex.com/ Reviews Rating: Not yet Rated
Whois Check
Java Regular Expressions Provides a package to perform Regular Expressions in Java. Documentation and download including source. http://www.crocodile.org/~sts/Rex/ Reviews Rating: Not yet Rated
Whois Check
Jakarta Regexp Lightweight regular expressions pattern matcher. [Open Source, BSD-like] http://jakarta.apache.org/regexp/ Reviews Rating: Not yet Rated
Whois Check
TREX - Tree Regular Expressions for XML A language for validating XML documents. Site includes tutorial, specification and sample implementation in Java. http://www.thaiopensource.com/trex/ Reviews Rating: Not yet Rated
Whois Check
Java Simple Regular Expresions Applets reads simple regular expressions and builds a state machine that recognizes regular expression. Provided source code is appropriate for educational purposes. http://www.oursland.net/projects/regexp/ Reviews Rating: Not yet Rated
Whois Check
gnu.regexp Pure Java implementation of a traditional (non-POSIX) NFA regular expression engine. Its syntax can emulate many popular development tools, including awk, sed, emacs, perl and grep. [Open Source, LGPL] http://www.cacas.org/java/gnu/regexp/ Reviews Rating: Not yet Rated
Whois Check
dk.brics.automaton Finite-state automata and regular expressions for Java. The package contains a DFA/NFA implementation with Unicode alphabet and support for all standard regular expression operations, like concatenation, union, intersection, complement, Kleene star. http://www.brics.dk/~amoeller/automaton/ Reviews Rating: Not yet Rated
Whois Check
|