function | since v0.0-927 | clojure.string/capitalize | Edit |
(capitalize s)
Converts first character of the string to upper-case, all other characters to lower-case.
Converts first character of the string to upper-case, all other characters to lower-case.
(defn ^string capitalize
[s]
(gstring/capitalize s))