Sha256: 4d66e20c592dc71b379a74844e6a9a2e6746999137abeb58ea244268d0db5d5e
Contents?: true
Size: 348 Bytes
Versions: 4
Compression:
Stored size: 348 Bytes
Contents
'use strict'; require('../../modules/es.regexp.exec'); require('../../modules/es.string.match'); var call = require('../../internals/function-call'); var wellKnownSymbol = require('../../internals/well-known-symbol'); var MATCH = wellKnownSymbol('match'); module.exports = function (it, str) { return call(RegExp.prototype[MATCH], it, str); };
Version data entries
4 entries across 4 versions & 1 rubygems