ListChangeDelims
Converts the delimiters of a list to the new delimiter.
Method Signature
Arguments
Argument
Type
Required
Description
Default
list
string
true
string list to convert the delimiters.
newDelimiter
string
true
string the new list delimiter
delimiter
string
false
string the old list delimiter
,
includeEmptyFields
boolean
false
boolean whether to include empty fields in the returned result
false
Examples
Simple Example
Changes the delimiters in the list
Result: foo|bar|lorem|ipsum
Example with Custom Delimiter
Changes the delimiters in the list using a custom delimiter
Result: foo,barlorem,ipsumme~something
Additional Examples
Related
Last updated
Was this helpful?