On Mar 23, 9:46 pm, Sean <francoisdev...@gmail.com> wrote:
> http://github.com/francoisdevlin/clojure-str-utils-proposal/tree/master
>
> I'm not sure what the directory structure should be for everything
> still.  Perhaps somebody can point out how it should be done.
>
> I'll put the original post in the README
>
> Long story short:  multi-methods could be awesome


Hi Sean,

This is interesting.  One quick comment, though: the trim, strip,
upcase, and downcase functions don't add anything to the original Java
methods.  Rich and others have warned against adding wrapper functions
just to hide Java.

Some of these functions, like capitalize, are available in Apache
Commons Lang, the "StringUtils" class.

-Stuart Sierra
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to