public class Regexp extends Object
| Constructor and Description |
|---|
Regexp() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
stringContainsMatch(String regexp,
String actual)
Return whether there is a match for the given regular expression
within the given string.
|
static boolean |
stringMatch(String regexp,
String actual)
Return whether the given regular expression matches the given string
exactly.
|
Abbot is hosted on