Constructor and Description |
---|
AnyMatcher() |
Modifier and Type | Method and Description |
---|---|
boolean |
isExact()
Return if the matcher will match *only* if the expression equals the input.
|
boolean |
matches(java.lang.String input)
Check whether a given string is matched by this matcher.
|
public static final Matcher INSTANCE
public boolean matches(java.lang.String input)
Matcher
public boolean isExact()
Matcher