match.js 184 B

12345
  1. require('../../modules/es6.regexp.match');
  2. var MATCH = require('../../modules/_wks')('match');
  3. module.exports = function (it, str) {
  4. return RegExp.prototype[MATCH].call(it, str);
  5. };