match.js 239 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 require('../../modules/es.string.match'); var wellKnownSymbol = require('../../internals/well-known-symbol'); var MATCH = wellKnownSymbol('match'); module.exports = function (it, str) { return RegExp.prototype[MATCH].call(it, str); };