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