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