| java.lang.Object examples.didNotMatch
didNotMatch | final public class didNotMatch (Code) | | This is a trivial example program demonstrating the preMatch()
and postMatch() methods of Perl5Util.
version: @version@ |
Method Summary | |
final public static void | main(String args) This program takes a Perl5 pattern and an input string as arguments. |
main | final public static void main(String args)(Code) | | This program takes a Perl5 pattern and an input string as arguments.
It prints the parts of the input surrounding the first occurrence
of the pattern in the input.
|
|
|