Home | History | Annotate | Download | only in src

Lines Matching refs:regular

333  * Check whether the mirror reflects a regular expression.
334 * @returns {boolean} True if the mirror reflects a regular expression
1009 * Mirror object for regular expressions.
1021 * Returns the source to the regular expression.
1022 * @return {string or undefined} The source to the regular expression
1030 * Returns whether this regular expression has the global (g) flag set.
1039 * Returns whether this regular expression has the ignore case (i) flag set.
1048 * Returns whether this regular expression has the multiline (m) flag set.