|
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/
Qdox
A small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools. [Open source, Apache Software License]
http://qdox.sourceforge.net/
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/
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]
http://ostermiller.org/syntax/
StringSearch
Java library that provides high-performance pattern matching (string searching) algorithms.
http://johannburkard.de/software/stringsea...
JTextCheck
A Java API for providing text-checking functionality (spell checkers, grammar checkers, style checkers) to Java programs. [Open source, LGPL].
http://linux.org.mt/projects/jtextcheck/
Boyer-Moore string search class in Java
Significantly faster than String.indexOf for large strings. [Open Source]
http://www.theorem.com/java/BM.java
Java Wiki/Webtrans
Webtrans: a document translation architecture in Java. Wiki: an application of Webtrans which is an editable website. [Open Source, LGPL]
http://sourceforge.net/projects/webtrans/
Jakarta Regexp
Lightweight regular expressions pattern matcher. [Open Source, BSD-like]
http://jakarta.apache.org/regexp/index.htm...
Printf for Java
Java implementation of printf, sprintf, and fprintf with extended object-oriented features. Source available.
http://sharkysoft.com/software/java/printf...
RapidSpell Desktop Java
Java spell checker component from Keyoti Software.
http://www.keyoti.com/products/rapidspell/
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]
http://www.braju.com/
StringTheory for Java
A feature-rich text processing library for Java. [Commercial]
http://www.builtsoftware.com/products/Stri...
International Components for Unicode
ICU is a collaborative open source software development project, delivering Unicode support on a wide variety of platforms.
http://icu.sourceforge.net/
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]
http://sourceforge.net/projects/barat/
|