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 class
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().Fields in org.apache.oro.text.perl declared as MatchResult Modifier and Type Field Description private MatchResult
Perl5Util. __lastMatch
The 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 MatchResult
Perl5Util. 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) class
Perl5MatchResult
A 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 MatchResult
PatternMatcher. getMatch()
Fetches the last match found by a call to a matches() or contains() method.MatchResult
Perl5Matcher. getMatch()
Fetches the last match found by a call to a matches() or contains() method.
-