All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.core-js.fn.regexp.search.js Maven / Gradle / Ivy

The newest version!
require('../../modules/es6.regexp.search');
var SEARCH = require('../../modules/_wks')('search');
module.exports = function (it, str) {
  return RegExp.prototype[SEARCH].call(it, str);
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy