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