Sign in
webkit
/
WebKit
/
2d285391fb1c0e01e12d6e30e4c09b63de2f0be0
/
.
/
JSTests
/
ChakraCore
/
test
/
UnifiedRegex
/
match_global.baseline
blob: 32a2b6fc492661fc45e17e19bd0b07d3ac864fa1 [
file
] [
log
] [
blame
]
exec
(
/(\d*)(\D*)/
g
/*lastIndex=0*/
,
"123!234!567"
);
[
"123!"
,
"123"
,
"!"
]
/*input="123!234!567", index=0*/
r
.
lastIndex
=
4
RegExp
.
$
{
_
,
1
,...,
9
}=[
"123!234!567"
,
"123"
,
"!"
,
""
,
""
,
""
,
""
,
""
,
""
,
""
]