#3
Strings
Difficulty: | Elementary |
Topics: |
Clojure strings are Java strings,
so you can use Java string methods on them.
(= __ (.toUpperCase "hello world")) |
Difficulty: | Elementary |
Topics: |
(= __ (.toUpperCase "hello world")) |