Home > Computers > Programming > Languages > Regular Expressions > Java
Java regular expressions are text strings formed in a particular syntax that is used in the Java programming language for searching text patterns within text.
http://cs.au.dk/~amoeller/automaton/
Regex package that supports UTF-16 and non-standard operations such as unions and intersections. Includes documentation, FAQ and download.
http://archive.apache.org/dist/jakarta/oro/
Retired project with Java classes that supported Perl5-compatible and AWK-like regular expressions. Features archived releases.
http://archive.apache.org/dist/jakarta/regexp/
Retired Java regex package. Includes archived release.
http://www.javaregex.com/
Regex package. Includes download, tutorial, tester, e-book of regex recipes.
http://www.javaworld.com/javaworld/jw-07-2001/jw-0713-regex.html
Article about regex matching. Discusses syntax, libraries and classes.
http://jregex.sourceforge.net/
Java library with support for Perl 5.6 regex syntax. Includes documentation, examples and demo.
http://sourceforge.net/projects/jrexx/
Regex API with extended syntax that allows union, intersection and difference matching. Includes download link.
http://myregexp.com/
Online tool to test Java regular expressions. Matches, splits and replaces.
http://download.oracle.com/javase/tutorial/essential/regex/
Lesson explaining how to use the java.util.regex API. Describes methods and syntax.
Home > Computers > Programming > Languages > Regular Expressions > Java
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us