Version 1
[yaffs-website] / node_modules / core-js / library / fn / regexp / search.js
1 require('../../modules/es6.regexp.search');
2 var SEARCH = require('../../modules/_wks')('search');
3 module.exports = function(it, str){
4   return RegExp.prototype[SEARCH].call(it, str);
5 };