print-str

functionsince v0.0-1011 clojure.core/print-strEdit
(print-str & objs)

Source docstring:
print to a string, returning it
Source code @ clojurescript:src/main/cljs/cljs/core.cljs
(defn print-str
  [& objs]
  (pr-str-with-opts objs (assoc (pr-opts) :readably false)))