Template Function SEPARATORS - valid characters
In template functions that require a separator, what characters are valid?
I'm trying to get the first word of a field using sublist()
{series:sublist(0₁1,❓)}
I'd like to use a space, but it won't accept that, nor if I escape it, or use \s, put it in quotes... so - how can it be done, is there a way to separate with a space, or should I be using a different function (sublist seemed the most obvious)?
|