(triml s)
Removes whitespace from the left side of string.
(use 'clojure.string) (triml " my string ") => "my string "