String.Split
Skip to content
mnscript
string[] String.Split(string, string) 

Description ​

Returns an array of strings split by the given delimiter.

Arguments ​

string - The string to split.
string - The split delimiter.

Returns ​

string[] - The array of split pieces.