mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
react app
This commit is contained in:
10
react-app/node_modules/core-js/modules/es6.regexp.match.js
generated
vendored
Normal file
10
react-app/node_modules/core-js/modules/es6.regexp.match.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// @@match logic
|
||||
require('./$.fix-re-wks')('match', 1, function(defined, MATCH){
|
||||
// 21.1.3.11 String.prototype.match(regexp)
|
||||
return function match(regexp){
|
||||
'use strict';
|
||||
var O = defined(this)
|
||||
, fn = regexp == undefined ? undefined : regexp[MATCH];
|
||||
return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));
|
||||
};
|
||||
});
|
Reference in New Issue
Block a user