Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.regexp.util: Javadoc index of package gnu.regexp.util.


Package Samples:

gnu.regexp.util

Classes:

RETest: RETest provides a simple way to test regular expressions. It runs from the command line using the Java interpreter. To use it, enter the following from a command prompt (provided that the Java system knows where to find the RETest bytecodes): java gnu.regexp.util.RETest [regExp] [inputString] where regExp is a regular expression (you'll probably have to escape shell meta-characters) and inputString is the string to match against (again, put it in quotes or escape any shell meta- characters). The test function will report the package version number, whether the expression matches the input string, ...
Grep: Grep is a pure-Java clone of the GNU grep utility. As such, it is much slower and not as full-featured, but it has the advantage of being available on any system with a Java virtual machine.
REApplet: This is a simple applet to demonstrate the capabilities of gnu.regexp. To run it, use appletviewer on the reapplet.html file included in the documentation directory.
Egrep: This is a front end to the gnu.regexp.util.Grep class which sets the syntax used to RE_SYNTAX_EGREP, which aims to emulate the standard UNIX egrep command.
Tests: This is a very basic testsuite application for gnu.regexp.

Home | Contact Us | Privacy Policy | Terms of Service