ListQualify
Last updated
Last updated
Inserts a string at the beginning and end of list elements.
Argument | Type | Required | Description | Default |
---|---|---|---|---|
list
string
true
The list to qualify.
qualifier
string
true
The string to insert at the beginning and end of each element.
delimiter
string
false
The delimiter used in the list.
,
elements
string
false
The elements to qualify. If set to "char", only elements that are all alphabetic characters will be qualified.
all
includeEmptyFields
boolean
false
If true, empty fields will be qualified.
false