With Clojure 1.8.0 finaly those string methods now have correspondig clojure functions. Of note here is, that the clojure.string/index-of function responds with nil if nothing is found and not -1 as .IndexOf previously did. |
||
|---|---|---|
| .. | ||
| koans.clj | ||
With Clojure 1.8.0 finaly those string methods now have correspondig clojure functions. Of note here is, that the clojure.string/index-of function responds with nil if nothing is found and not -1 as .IndexOf previously did. |
||
|---|---|---|
| .. | ||
| koans.clj | ||