Uses of Class
org.apache.oro.text.perl.MalformedPerl5PatternException
-
Packages that use MalformedPerl5PatternException Package Description org.apache.oro.text.perl -
-
Uses of MalformedPerl5PatternException in org.apache.oro.text.perl
Methods in org.apache.oro.text.perl that throw MalformedPerl5PatternException Modifier and Type Method Description private Pattern
Perl5Util. __parseMatchExpression(java.lang.String pat)
Parses a match expression and returns a compiled pattern.boolean
Perl5Util. match(java.lang.String pattern, char[] input)
Searches for the first pattern match somewhere in a character array taking a pattern specified in Perl5 native format:boolean
Perl5Util. match(java.lang.String pattern, java.lang.String input)
Searches for the first pattern match in a String taking a pattern specified in Perl5 native format:
-