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