Last updated
Was this helpful?
Last updated
Was this helpful?
Filters a delimted list and returns the values from the callback test
Result: "Puffy Shirt,Close Talker,Soup Nazi"
Result: "0-1-2-3-4"
CF2018+
Result: ",,Jan,Feb,Mar,Apr"
CF2018+
Result: "Jan,Feb,Mar,Apr"
list
string
true
string list to filter entries from
value
string
true
delimiter
string
false
string the list delimiter
,
includeEmptyFields
boolean
false
boolean whether to include empty fields in the returned result
false
multiCharacterDelimiter
boolean
false
boolean whether the delimiter is multi-character
true