MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / isRegExp

Function isRegExp

lib/test/angular/1.4.3/angular.js:693–695  ·  view source on GitHub ↗

* Determines if a value is a regular expression object. * * @private * @param {*} value Reference to check. * @returns {boolean} True if `value` is a `RegExp`.

(value)

Source from the content-addressed store, hash-verified

691 * @returns {boolean} True if `value` is a `RegExp`.
692 */
693function isRegExp(value) {
694 return toString.call(value) === '[object RegExp]';
695}
696
697
698/**

Callers 3

copyFunction · 0.70
equalsFunction · 0.70
adjustMatcherFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected