MCPcopy Index your code
hub / github.com/parse-community/parse-server / isRegExp

Method isRegExp

src/Utils.js:137–139  ·  view source on GitHub ↗

* Realm-safe check for RegExp. * @param {any} value The value to check. * @returns {Boolean} Returns true if the value is a RegExp.

(value)

Source from the content-addressed store, hash-verified

135 * @returns {Boolean} Returns true if the value is a RegExp.
136 */
137 static isRegExp(value) {
138 return types.isRegExp(value);
139 }
140
141 /**
142 * Realm-safe check for Map.

Callers 3

isRegexFunction · 0.80
Utils.spec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected