Uses of Interface
org.apache.oro.text.regex.MatchResult
Packages that use MatchResult
-
Uses of MatchResult in org.apache.oro.text.perl
Classes in org.apache.oro.text.perl that implement MatchResultModifier and TypeClassDescriptionfinal classThis 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().Methods in org.apache.oro.text.perl that return MatchResultModifier and TypeMethodDescriptionPerl5Util.getMatch()Returns the last match found by a call to a match(), substitute(), or split() method. -
Uses of MatchResult in org.apache.oro.text.regex
Methods in org.apache.oro.text.regex that return MatchResult