Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 2.1 KB

File metadata and controls

61 lines (49 loc) · 2.1 KB

Function: ListPrepend

Filters a delimted list and returns the values from the callback test

Method Signature

ListPrepend(list=[string], value=[string], delimiter=[string], includeEmptyFields=[boolean], multiCharacterDelimiter=[boolean])

Arguments

Argument Type Required Description Default
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

Examples

Related