blob: a4a8dd9ecccfae03a47437cf6e5b78913fbe243a [file] [log] [blame]
// Don't assert.
'123456'.replace(/1(\d+)3/, '');
RegExp.lastMatch.toString();