Also, you might want to check out clojure contrib for some string stuff. str-utils2 if you're running 1.1, string if you're on edge.
Sean On Feb 17, 6:10 am, metaperl <[email protected]> wrote: > The reference manual example implies that a list of chars is not a > string: > > (let [[a b & c :as str] "asdjhhfdas"] > [a b c str]) > ->[\a \s (\d \j \h \h \f \d \a \s) "asdjhhfdas"] > > So what functions exist for conversion from chars to string and vice > versa? > > Also how should I have been able to use the API docs <http:// > richhickey.github.com/clojure/clojure.core-api.html> to find the > conversion functions myself? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
