hensei-web/node_modules/core-js/fn/regexp/search.js
2020-09-11 06:44:42 -07:00

5 lines
188 B
JavaScript

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