hz-zhhq-web/node_modules/core-js/fn/regexp/search.js

6 lines
188 B
JavaScript
Raw Normal View History

2025-02-25 13:44:33 +08:00
require('../../modules/es6.regexp.search');
var SEARCH = require('../../modules/_wks')('search');
module.exports = function (it, str) {
return RegExp.prototype[SEARCH].call(it, str);
};