RegExpUtils Class
Item Index
Methods
- escape static
- getCaseInsensitiveAny static
- getCaseInsensitiveExact static
- isDebug
- isSilly
Properties
- ANY_CHARS static
- ANY_CHARS static
- ESCAPE_EXP static
- STARTS_WITH static
- STARTS_WITH static
Methods
escape
(
String
static
-
str
Parameters:
-
str
String
Returns:
String:
getCaseInsensitiveAny
(
RegExp
static
-
str
Parameters:
-
str
String
Returns:
RegExp:
getCaseInsensitiveExact
(
RegExp
static
-
str
Parameters:
-
str
String
Returns:
RegExp:
isDebug
()
Boolean
Determines if the root log level is set to debug or silly
Returns:
Boolean:
isSilly
()
Boolean
Determines if the root log level is set to silly
Returns:
Boolean:
Properties
ANY_CHARS
String
static
The regular expression flag for saying ignore case
ANY_CHARS
String
static
The regular expression syntax for saying any character repeated 0 or more times
ESCAPE_EXP
Unknown
static
Expression used to escape a search string that may contain special characters in relation to regular expressions
STARTS_WITH
String
static
The regular expression syntax for saying that the match must start with the given characters
STARTS_WITH
String
static
The regular expression syntax for saying that the match must end with the given characters