#3
Intro to Strings
| Difficulty: | Elementary |
| Topics: |
Clojure strings are Java strings. This means that you can use any of the Java string methods on Clojure strings.
![]() | (= __ (.toUpperCase "hello world")) |
| Difficulty: | Elementary |
| Topics: |
![]() | (= __ (.toUpperCase "hello world")) |