At http://clojure.github.com/clojure-contrib/str-utils-api.html it says that
String utilities for Clojure
Deprecated since clojure-contrib version 1.2
but it is not written what I should use instead. Convenient features include chomp or re-partition.
What should I do to port the old clojure v1.1 code to the latest version? Should I just copy the functions from clojure -contrib directly to the source code?
source
share