All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.core-js.fn.regexp.replace.js Maven / Gradle / Ivy

The newest version!
require('../../modules/es6.regexp.replace');
var REPLACE = require('../../modules/_wks')('replace');
module.exports = function (it, str, replacer) {
  return RegExp.prototype[REPLACE].call(it, str, replacer);
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy