Podzielone sznur na pierwszym występie białej przestrzeni

str.substr(0,str.indexOf(' ')); // "72"
str.substr(str.indexOf(' ')+1); // "tocirah sneab"
Hastings Keith