2016-10-10 03:43:44 +02:00
|
|
|
require('../modules/es6.regexp.constructor');
|
2017-05-27 17:36:13 +02:00
|
|
|
require('../modules/es6.regexp.to-string');
|
2016-10-10 03:43:44 +02:00
|
|
|
require('../modules/es6.regexp.flags');
|
|
|
|
require('../modules/es6.regexp.match');
|
|
|
|
require('../modules/es6.regexp.replace');
|
|
|
|
require('../modules/es6.regexp.search');
|
|
|
|
require('../modules/es6.regexp.split');
|
2017-05-27 17:36:13 +02:00
|
|
|
module.exports = require('../modules/_core').RegExp;
|