user> (sort (re-seq #"\w+" "the quick brown fox")) ("brown" "fox" "quick" "the")
but user> (sort (re-seq #"q(u(i))?" "the quick brown fox")) (["qui" "ui" "i"]) Why it's not sorted on the later case? --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---