Menu

Split function

Split

split(seperator, input, ... )

Splits values based on the seperator
The split function will return a list of the values split on the seperator

Menu