#326
Strings 2
 

Difficulty:Elementary
Topics:


Clojure also has string manipulation functions similiar to java's .toUpperCase clojure.string
test not run
(= "hello world" (__ "HELLO WORLD"))
Special Restrictions
  • toLowerCase


  • Code which fills in the blank: