UNPKG

core-js

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