#3
Strings
 

Difficulty:Elementary
Topics:


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


Code which fills in the blank: