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