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
string
str
int limit
int
limit
string[]@