blob: 3366c55b466dbc1320a7d036d23528175e28b83f [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","!","","","","","","",""]