replace-all.js 247 B

123456
  1. require('../../modules/es.regexp.exec');
  2. require('../../modules/es.string.replace');
  3. require('../../modules/es.string.replace-all');
  4. var entryUnbind = require('../../internals/entry-unbind');
  5. module.exports = entryUnbind('String', 'replaceAll');