string.Split
Example
Demonstrates the use of this function.
Output: 1 = This
2 = is
3 = some
4 = text
Splits the string into a table of strings, separated by the second argument.
This is an alias of string.Explode.
Demonstrates the use of this function.