pr-str

functionsince v0.0-927 clojure.core/pr-strEdit
(pr-str & objs)

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