examples |
|
Java Source File Name | Type | Comment |
addCommas.java | Class | This is an example program based on a short example from the Camel book. |
didNotMatch.java | Class | This is a trivial example program demonstrating the preMatch()
and postMatch() methods of Perl5Util. |
filter.java | Class | This is a sample program demonstrating how to use the regular expression
filename filter classes. |
grep.java | Class | This is a no-frills implementation of grep using Perl regular expressions. |
groups.java | Class | This is a sample program mimicking the Unix groups command. |
jdfix.java | Class | This is an example program demonstrating how to use the PerlTools
match and substitute methods. |
MatcherDemoApplet.java | Class | This is a quickly hacked together demo of regular expression
matching with three different regular expression syntaxes.
It was originally written in JDK 1.0.2 days and hasn't changed
much. |
matchesContainsExample.java | Class | This is a test program demonstrating the difference between the
matches() and contains() methods. |
matchResultExample.java | Class | This is a test program demonstrating the methods of the OROMatcher
MatchResult class. |
prefixExample.java | Class | This is a test program demonstrating an application of the matchesPrefix()
methods introduced in OROMatcher v1.0.6. |
printPasswd.java | Class | This is an example program based on a short example from the Camel book. |
semicolon.java | Class | This is a simple example program showing how to use the MatchActionProcessor
class. |
splitExample.java | Class | This is a test program demonstrating the use of the Util.split() method. |
substituteExample.java | Class | This is a test program demonstrating the use of the Util.substitute()
method. |