UNPKG

core-js

Version:
7 lines (5 loc) 199 B
require('../../modules/es.string.match'); var MATCH = require('../../internals/well-known-symbol')('match'); module.exports = function (it, str) { return RegExp.prototype[MATCH].call(it, str); };