
|
|
|
|
Home / Computers / Programming / Languages / Regular Expressions / Java
|
|
|
|
Web Sites
|
- 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.
www.brics.dk/~amoeller/automaton
- 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]
www.cacas.org/java/gnu/regexp
- Jakarta Regexp - Lightweight regular expressions pattern matcher. [Open Source, BSD-like]
jakarta.apache.org/regexp
- Java Regular Expressions - Provides a package to perform Regular Expressions in Java. Documentation and download including source.
www.crocodile.org/~sts/Rex
- 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.
www.oursland.net/projects/regexp
- 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.
softwaredev.earthweb.com/java/article/0,,12082_908271,00.html
- Pat - A package that provides a mechanism for compiling and matching regular expressions in Java. Download, documentation and news.
www.javaregex.com
- Regular Expressions for Java - A regular expression matching package conforming to the Perl 4 regular expression grammar. Documentation and Download.
www.cs.umd.edu/users/dfs/java
- Regular expressions matchers in Java - An evaluation of different available libraries for Java.
home.worldcom.ch/~jmlugrin/RegEx.html
- TREX - Tree Regular Expressions for XML - A language for validating XML documents. Site includes tutorial, specification and sample implementation in Java.
www.thaiopensource.com/trex
|
|
|
|
|