clojure.string/triml

functionsince v0.0-927 clojure.string/trimlEdit
(triml s)

Details:

Removes whitespace from the left side of string.


Source docstring:
Removes whitespace from the left side of string.
Source code @ clojurescript:src/main/cljs/clojure/string.cljs
(defn ^string triml
  [s]
  (gstring/trimLeft s))