/node_modules/babel-polyfill/node_modules/core-js/library/fn/regexp/match.js

https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · 97038c3b650854c2050be0ca0351c018 MD5 · raw file

  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. };