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.search.js
generated
vendored
Normal file
10
react-app/node_modules/core-js/modules/es6.regexp.search.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// @@search logic
|
||||
require('./$.fix-re-wks')('search', 1, function(defined, SEARCH){
|
||||
// 21.1.3.15 String.prototype.search(regexp)
|
||||
return function search(regexp){
|
||||
'use strict';
|
||||
var O = defined(this)
|
||||
, fn = regexp == undefined ? undefined : regexp[SEARCH];
|
||||
return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O));
|
||||
};
|
||||
});
|
Reference in New Issue
Block a user