Documentation

string::Split

Method in string

string[]@ Split(const string&in str, int limit = 0) const

Splits the string on the given substring and returns an array with all the individual parts.

string str

int limit

Returns string[]@