Home | History | Annotate | Download | only in src

Lines Matching refs:regular

336  * Check whether the mirror reflects a regular expression.
337 * @returns {boolean} True if the mirror reflects a regular expression
1013 * Mirror object for regular expressions.
1025 * Returns the source to the regular expression.
1026 * @return {string or undefined} The source to the regular expression
1034 * Returns whether this regular expression has the global (g) flag set.
1043 * Returns whether this regular expression has the ignore case (i) flag set.
1052 * Returns whether this regular expression has the multiline (m) flag set.