You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > String Library Extension > split

15.1 split

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'