Re: nth with regex Matchers

2009-02-22 Thread Frantisek Sodomka
Thanks Chouser!! I needed it just to test the 'nth'. I had to ask, just couldn't figure it out :-) Yes, I prefer re-seq - especially with such nice tools like http://cljre.com/ from Mark McGranaghan http://groups.google.com/group/clojure/browse_frm/thread/bbc9fd453667d953/a79a738cbe7f41e9 Franti

Re: nth with regex Matchers

2009-02-21 Thread Chouser
On Sat, Feb 21, 2009 at 1:34 PM, Frantisek Sodomka wrote: > > nth claims to also work on regex Matchers: > > user=> (doc nth) > - > clojure.core/nth > ([coll index] [coll index not-found]) > Returns the value at the index. get returns nil if index out of > bounds, nth th