string.split(str [,delim])
Divides str into substrings based on a delimiter, returning a list of the substrings. The default pattern for the delimiter is white space (“%s+”).
Introduced in platform.apiLevel = '1.0'
Send feedback to the eGuide Team