string.csv.from
Syntax
Separate the string into a token list using the comma-separated-values convention.
By default, the separator used will be a comma character ,, otherwise the separator will be the string provided.
l - A list of token strings generated using the comma-separated-values convention.
s - The string to separate into tokens sep - the string to use as a delimiter. A single comma character , is used as the default.
string.compare
string.csv.to
9.1.13