Clojure strings are Java strings, so you can use Java string methods on them.
(= __ (.toUpperCase "hello world"))