index
:
clojure-contrib
1.0.x
1.1.x
1.2.x
amatus
clojure-1.0-compatible
gh-pages
master
maven
modules
new
Extensions and enhancements to the Clojure libraries. http://clojure.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clojure
/
contrib
/
str_utils2.clj
Age
Commit message (
Expand
)
Author
2009-08-28
str_utils2.clj: added type hints for String return values; fixes #27
Stuart Sierra
2009-08-20
str_utils2.clj: added partial, with tests
Stuart Sierra
2009-08-19
str_utils2.clj: added repeat and reverse, with tests
Stuart Sierra
2009-08-19
str_utils2.clj: modified header comments
Stuart Sierra
2009-08-19
str_utils2.clj: modified doc string for escape
Stuart Sierra
2009-08-19
str_utils2.clj: added map-str and grep from Compojure
Stuart Sierra
2009-08-19
str_utils2.clj: avoid error on zero-length string in chop
Stuart Sierra
2009-08-19
str_utils2.clj: added type hints to avoid reflection
Stuart Sierra
2009-08-18
str_utils2.clj: fix escape so it actually works, add tests
Stuart Sierra
2009-08-18
str_utils2.clj: explain argument order of take/drop/butlast, refs #17
Stuart Sierra
2009-08-18
str_utils2.clj: implemented swap-case, added capitalize
Stuart Sierra
2009-06-05
str_utils2.clj: removed extraneous as-pattern
Stuart Sierra
2009-06-05
str_utils2.clj: added missing docstrings
Stuart Sierra
2009-06-05
str_utils2.clj: fix some comments
Stuart Sierra
2009-06-05
str_utils2.clj: added codepoints and docodepoints
Stuart Sierra
2009-06-05
str_utils2.clj: corrected missing package name on IFn
Stuart Sierra
2009-06-04
str_utils2.clj: added arglist metadata to multimethods
Stuart Sierra
2009-06-04
str_utils2.clj: experimental new string library
Stuart Sierra