blob: bc9ce66571786c45001102d4e4d0adc72789c2a8 [file] [log] [blame]
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);
};