Re: Argument order / Documentation Mismatch

2010-08-16 Thread Btsai
No worries :) On Aug 16, 12:55 pm, Timothy Washington wrote: > Ahh, my bad. > > Cheers > Tim > > > > On Sun, Aug 15, 2010 at 8:40 PM, Btsai wrote: > > I think the mismatch is because page you looked at is for > > clojure.string, not clojure-contrib.string.  The documentation for the > > split fr

Re: Argument order / Documentation Mismatch

2010-08-16 Thread Timothy Washington
Ahh, my bad. Cheers Tim On Sun, Aug 15, 2010 at 8:40 PM, Btsai wrote: > I think the mismatch is because page you looked at is for > clojure.string, not clojure-contrib.string. The documentation for the > split from clojure-contrib.string is here: > > > http://clojure.github.com/clojure-contri

Re: Argument order / Documentation Mismatch

2010-08-16 Thread Btsai
I think the mismatch is because page you looked at is for clojure.string, not clojure-contrib.string. The documentation for the split from clojure-contrib.string is here: http://clojure.github.com/clojure-contrib/string-api.html#clojure.contrib.string/split On Aug 15, 5:12 pm, Timothy Washington

Argument order / Documentation Mismatch

2010-08-15 Thread Timothy Washington
Hope I'm not missing something here, but the documentation for the split function ( http://clojure.github.com/clojure/clojure.string-api.html#clojure.string/split) on 'clojure/contrib/string' says that the input args are: *Usage: (split s re)* * (split s re limit)* But I took a look at the