Package org.apache.oro.text.perl
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
Perl5Util This is a utility class implementing the 3 most common Perl5 operations involving regular expressions:
  • [m]/pattern/[i][m][s][x],
  • s/pattern/replacement/[g][i][m][o][s][x],
  • and split().
Exceptions
MalformedPerl5PatternException An exception used to indicate errors in Perl style regular expressions.
This package used to be the PerlTools library and adds Perl5 regular expression syntactic sugar built on top of the org.apache.oro.text.regex Perl5 regular expression classes.