In http://clojure.github.com/clojure-contrib/str-utils-api.html it is written that
String utilities for Clojure
Deprecated since clojure-contrib version 1.2
but it is not written what should I use instead. There are convenient functions like "chomp" or "re-partition" there.
What should I do to port old clojure v1.1 code to the recent version? Should I just copy functions from clojure-contrib directly to the source code?