#326
Strings 2
Difficulty: | Elementary |
Topics: |
Clojure also has string manipulation functions similiar to java's .toUpperCase clojure.string
(= "hello world" (__ "HELLO WORLD")) |
Special Restrictions
toLowerCase
Difficulty: | Elementary |
Topics: |
(= "hello world" (__ "HELLO WORLD")) |