source: trip-planner-front/node_modules/core-js/es/regexp/index.js@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 476 bytes
Line 
1require('../../modules/es.regexp.constructor');
2require('../../modules/es.regexp.to-string');
3require('../../modules/es.regexp.dot-all');
4require('../../modules/es.regexp.exec');
5require('../../modules/es.regexp.flags');
6require('../../modules/es.regexp.sticky');
7require('../../modules/es.regexp.test');
8require('../../modules/es.string.match');
9require('../../modules/es.string.replace');
10require('../../modules/es.string.search');
11require('../../modules/es.string.split');
Note: See TracBrowser for help on using the repository browser.