index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
basic
/
bug820124-2.js
blob: a4a8dd9ecccfae03a47437cf6e5b78913fbe243a (
plain
)
1
2
3
// Don't assert.
'123456'
.
replace
(
/1(\d+)3/
,
''
);
RegExp
.
lastMatch
.
toString
();