Re: clojure-contrib replace-first-str

2010-07-21 Thread jandot
Thanks Stuart. Got it working now. jan. On Jul 21, 2:28 pm, Stuart Halloway wrote: > Hi Jan, > > These functions in contrib are deprecated (and will be marked so as soon as > we have time to make a pass through contrib). > > Please use the functions in clojure.string. > > Stuart Halloway > Cloj

Re: clojure-contrib replace-first-str

2010-07-21 Thread Stuart Halloway
Hi Jan, These functions in contrib are deprecated (and will be marked so as soon as we have time to make a pass through contrib). Please use the functions in clojure.string. Stuart Halloway Clojure/core http://clojure.com > Hi, > > I'm using replace-str and replace-first-str (from clojure-co