Skip to content

join

join(items)
join(items, separator: String)

ParameterTypeDescription
itemsIterableA list of values that will be stringified
(optional) separatorStringCharacter sequence that should be put between each value

Returns

(String) A new string of all the list values separated by the specified separator string.