(lower-case s)
Converts string to all lower-case.
user=> (clojure.string/lower-case "MiXeD cAsE") "mixed case"