2016-10-10 03:43:44 +02:00
|
|
|
require('../modules/es6.regexp.constructor');
|
|
|
|
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-04-20 03:09:25 +02:00
|
|
|
module.exports = require('../modules/$.core').RegExp;
|