ListRemoveDuplicates
Last updated
Was this helpful?
Last updated
Was this helpful?
De-duplicates a delimited list - either case-sensitively or case-insenstively
list
string
true
The list to deduplicate
delimiter
string
false
The delimiter of the list
,
ignoreCase
boolean
false
Whether case should be ignored or not during deduplication - defaults to false
false