RegExp
Constructors
Properties
Returns a Boolean value indicating the state of the hasIndices flag (d) used with a regular expression. Default is false. Read-only.
Returns a Boolean value indicating the state of the ignoreCase flag (i) used with a regular expression. Default is false. Read-only.
Returns a Boolean value indicating the state of the unicodeSets flag (v) used with a regular expression. Default is false. Read-only.
Functions
Matches a string with this regular expression, and returns an array containing the results of that search.
Matches a string with this regular expression, and returns an iterable of matches containing the results of that search.
Replaces text in a string, using this regular expression.
Finds the position beginning first substring match in a regular expression search using this regular expression.
Returns an array of substrings that were delimited by strings in the original input that match against this regular expression.
Executes a search on a string using a regular expression pattern, and returns an array containing the results of that search.