split
The split function splits a string into a list of substrings separated by a delimiter.
{{ split "hello world" " " }}
splitThe split function splits a string into a list of substrings separated by a delimiter.
{{ split "hello world" " " }}