join
join(items)
join(items, separator: String)
Parameter | Type | Description |
---|---|---|
items | Iterable | A list of values that will be stringified |
(optional) separator | String | Character sequence that should be put between each value |
Returns
(String) A new string of all the list values separated by the specified separator string.