View Single Post
Old 01-25-2022, 05:26 PM   #1
rdyornot
Member
rdyornot began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jul 2013
Device: none
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)?
rdyornot is offline   Reply With Quote