join
Filter
Combine array elements into a list with delimiter.
Parameters
Parameter | Required | Description |
---|---|---|
delimiter
|
No |
string List delimiter to use when joining elements together. Leave out or pass
in an empty string to join together without a delimiter.
|
Category
Description
Joins the elements of an array together with a separator or delimiter.