Gopher
FUNCTIONS

split

splits a string into substrings separated by a delimiter

Syntax

split STRING DELIM
  • {{split "tag1,tag2,tag3" "," }} → [“tag1” “tag2” “tag3”]