clojure-koans/resources
Damian Niemczyk 4b8c21ee34 Update java string methods to clojure functions
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.
2016-01-25 21:30:57 +01:00
..
koans.clj Update java string methods to clojure functions 2016-01-25 21:30:57 +01:00