match_global.baseline 191 B

1234
  1. exec(/(\d*)(\D*)/g /*lastIndex=0*/ , "123!234!567");
  2. ["123!","123","!"] /*input="123!234!567", index=0*/
  3. r.lastIndex=4
  4. RegExp.${_,1,...,9}=["123!234!567","123","!","","","","","","",""]