Sha256: 38e4901ce37628c39651f7a87737d70794bfc44f00e2ac3cdc19bd7499932ff7
Contents?: true
Size: 239 Bytes
Versions: 29
Compression:
Stored size: 239 Bytes
Contents
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); };
Version data entries
29 entries across 28 versions & 9 rubygems