join

open fun join(@NonNull c: Collection<String>, @NonNull delimiter: String): String

Append a collection of strings and delimiter.

Return

The new string.

Parameters

c

A collection of strings.

delimiter

A delimiter string.