You can also split strings in angelcode using one of these:
 string[]  split (const string& in str, const string& in delimiter) 
  Splits the string into an array of substrings. 
 
string[]  splitEx (const string& in str, const string& in delimiter) 
  Splits the specified string by string, using the specified separator.