🟧Split
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
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