| Constructor | Description |
|---|---|
AnyMatcher() |
| Modifier and Type | Method | 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)
Matcherpublic boolean isExact()
Matcher