Skip to main content

string.split

string[] string.split(str, sep, max)

Splits the string with the given seperator


Parameters

TypeNameDescriptionOptional
stringstrNo description
stringsepNo description
numbermaxNo description

Returns

TypeDescription
string[]No description