  |
Jakarta Regexp - http://jakarta.apache.org/regexp/
Lightweight regular expressions pattern matcher. [Open Source, BSD-like] |
  |
TREX - Tree Regular Expressions for XML - http://www.thaiopensource.com/trex/
A language for validating XML documents. Tutorial, specification and sample implementation in Java. |
  |
Jakarta ORO - http://jakarta.apache.org/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] |
  |
The Java Tutorials - Lesson - Regular Expressions - http://java.sun.com/docs/books/tutorial/essential/regex/
A lesson explains how to use the java.util.regex API for pattern matching with regular expressions. Although the syntax accepted by this package is similar to the Perl programming language, knowledge of Perl is not a prerequisite. This lesson starts with the basics, and gradually builds to cover more advanced techniques. |
  |
Java Regular Expressions - http://www.crocodile.org/~sts/Rex/
Provides a package to perform Regular Expressions in Java. Documentation and download including source. |
  |
http://jregex.sourceforge.net/ - http://jregex.sourceforge.net/
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://www.javaregex.com/ - http://www.javaregex.com/
A package that provides a mechanism for compiling and matching regular expressions in Java. Download, documentation and news. |
  |
Java Simple Regular Expresions - http://www.oursland.net/projects/regexp/
Applets reads simple regular expressions and builds a state machine that recognizes regular expression. Provided source code is appropriate for educational purposes. |
  |
gnu.regexp - http://nlp.stanford.edu/nlp/javadoc/gnu-regexp-docs/index.html
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.karneim.com/jrexx/project01/project01.htm - http://www.karneim.com/jrexx/project01/project01.htm
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] |