Skip to main content

str

functionv1.0

clojure.core/str

Available in:BBCLJCLJS
(str [] [x] [x & ys])
With no args, returns the empty string. With one arg x, returns x.toString(). (str nil) returns the empty string. With more than one arg, returns the concatenation of the str values of the args.

No examples yet. Be the first to add one!