Source: site.view [edit]
Function name: split
Arguments: input,split
Description: A command to split an input into pieces using split chars - input (string): Any input string - split (string): Split characters - returns (string[]): Split list
Page type: webl
Render function:  
Module: global

Page source:

Str_Split(input, split);