Uses of Interface
org.apache.oro.text.regex.MatchResult
-
Packages that use MatchResult Package Description org.apache.oro.text.perl org.apache.oro.text.regex -
-
Uses of MatchResult in org.apache.oro.text.perl
Classes in org.apache.oro.text.perl that implement MatchResult Modifier and Type Class Description classPerl5UtilThis 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 MatchResult Modifier and Type Field Description private MatchResultPerl5Util. __lastMatchThe last match from a successful call to a matching method.Methods in org.apache.oro.text.perl that return MatchResult Modifier and Type Method Description MatchResultPerl5Util. 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 MatchResult Modifier and Type Class Description (package private) classPerl5MatchResultA class used to store and access the results of a Perl5Pattern match.Methods in org.apache.oro.text.regex that return MatchResult Modifier and Type Method Description MatchResultPatternMatcher. getMatch()Fetches the last match found by a call to a matches() or contains() method.MatchResultPerl5Matcher. getMatch()Fetches the last match found by a call to a matches() or contains() method.
-