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","!","","","","","","",""]