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().Fields in org.apache.oro.text.perl declared as MatchResultModifier and TypeFieldDescriptionprivate MatchResultPerl5Util.__lastMatchThe last match from a successful call to a matching method.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
Classes in org.apache.oro.text.regex that implement MatchResultModifier and TypeClassDescription(package private) final classA class used to store and access the results of a Perl5Pattern match.Methods in org.apache.oro.text.regex that return MatchResult