Sign in
apache
/
nifi-fds
/
gh-pages
/
.
/
node_modules
/
core-js
/
modules
/
es6.regexp.exec.js
blob: a19f1eee67e1fdc96ef48d5c3cff53d9e505c26c [
file
] [
log
] [
blame
]
'use strict'
;
var
regexpExec
=
require
(
'./_regexp-exec'
);
require
(
'./_export'
)({
target
:
'RegExp'
,
proto
:
true
,
forced
:
regexpExec
!==
/./
.
exec
},
{
exec
:
regexpExec
});