Sorry if this is a FAQ. I'm a Clojure newbie.

What is the best way to iterate through the characters of a string? Is
there some kind of EXPLODE function such that:

=> (explode "test")
(\t \e \s \t)

I did a Google search but the closest thing I found was SUBS:

=>(subs "test" 1 2)
"t"

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to