triml

(triml s)

移除字符串 s 左端的空白。

user=> (clojure.string/triml "    clojure    ")
"clojure    "