PC/node_modules/core-js/fn/regexp/search.js
2026-01-26 23:20:48 +08:00

6 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);
};