string.split.regex
Syntax
Splits the string source into a list of token strings that were separated by matches against the regular expression sreg.
l - A list of strings
source - The original string to split sreg - The regular expression to use as a token delimiter
string.split
string.sub
9.1.13