biofriction-wp-theme/node_modules/core-js/fn/regexp/search.js

6 lines
188 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
require('../../modules/es6.regexp.search');
var SEARCH = require('../../modules/_wks')('search');
module.exports = function (it, str) {
return RegExp.prototype[SEARCH].call(it, str);
};