
|
|
|
|
Home / Computers / Programming / Languages / Java / Class Libraries / Text Processing
|
| Categories |
|
|
- Computers/ Programming/ Languages/ Regular Expressions/ Java@ (10)
|
|
|
|
|
Web Sites
|
- Barat - A Compiler Front-End for Java - Supports static analysis of Java programs. It parses Java source code files and class files and builds a complete abstract syntax tree from Java source code files, enriched with name and type analysis information. [Open Source, GPL]
www.inf.fu-berlin.de/~bokowski/javabarat/index.html
- Boyer-Moore string search class in Java - Significantly faster than String.indexOf for large strings. [Open Source]
www.theorem.com/java/BM.java
- 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
- International Components for Unicode for Java - Freely available Unicode-based technologies in Java. Includes number format classes, calendar classes, string search and string processing classes. [Open Source, IBM Public License]
oss.software.ibm.com/developerworks/opensource/icu4j/index.html
- Jakarta Regexp - Lightweight regular expressions pattern matcher. [Open Source, BSD-like]
jakarta.apache.org/regexp/index.html
- Java printf, sprintf, fprintf - the original and true Java C-style printf with variable number of parameters for formatting strings in Java. [Free for non-commercial]
www.braju.com
- Java Wiki/Webtrans - Webtrans: a document translation architecture in Java. Wiki: an application of Webtrans which is an editable website. [Open Source, LGPL]
sourceforge.net/projects/webtrans
- 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]
jregex.sourceforge.net
- Printf for Java - Java implementation of printf, sprintf, and fprintf with extended object-oriented features. Source available.
sharkysoft.com/software/java/printf
- Syntax Highlighting - A syntax highlighting package designed for use in text editors. The default implementation will produce colored HTML files from source files. It currently supports Java, C/C++, and HTML. [Open Source, GPL]
ostermiller.org/syntax
- 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, filtering filenames, etc. This library is the open source successor to the OROMatcher, AwkTools, PerlTools, and TextTools libraries from ORO, Inc. [Open Source, BSD-like]
jakarta.apache.org/oro
|
|
|
|
|