API Docs for: 0.8.0
Show:

RegExpUtils Class

Item Index

Properties

Methods

escape

(
  • str
)
String static

Parameters:

  • str String

Returns:

String:

getCaseInsensitiveAny

(
  • str
)
RegExp static

Parameters:

  • str String

Returns:

RegExp:

getCaseInsensitiveExact

(
  • str
)
RegExp static

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