Splits the string into a table of strings, separated by the second argument.
string.Split( string inputStr, string separatorStr ) -> table
Original function, no changes.
Last updated 1 year ago
Was this helpful?