aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-runtime/node_modules/core-js/library/fn/regexp/search.js
blob: 32ad0df107955abb20e3685c8eefb78e2c37c071 (plain)
1
2
3
4
5
require('../../modules/es6.regexp.search');
var SEARCH = require('../../modules/_wks')('search');
module.exports = function (it, str) {
  return RegExp.prototype[SEARCH].call(it, str);
};