Skip to main content

join

functionv1.2

clojure.string/join

Available in:BBCLJCLJS
(join [coll] [separator coll])
Returns a string of all elements in coll, as returned by (seq coll), separated by an optional separator.

No examples yet. Be the first to add one!