Matcher
Class Matcher
- java.lang.Object
-
- java.util.regex.Matcher
- All Implemented Interfaces:
- MatchResult
public final class Matcher extends Object implements MatchResult
An engine that performs match operations on a character sequence by interpreting a Pattern
.
A matcher is created from a pattern by invoking the pattern's matcher
method. Once created, a matcher can be used to perform three different kinds of match operations:
The
matc