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