Try clojure.string: http://clojuredocs.org/clojure_core/clojure.string

It's available in 1.3 and replaces clojure.contrib.string. You  can
also access all methods of java.lang.String via java interop.

On Mon, Jun 25, 2012 at 12:12 AM, עומר כהן <omeryco...@gmail.com> wrote:
> I'm trying to use contrib.string and i'm currently using clojure 1.3...
> Basiclly i need the fuctionalty of . String as split, and such...
>
> On 25 בJun 2012 00:53, "Moritz Ulrich" <mor...@tarn-vedra.de> wrote:
>>
>>
>> omer <omeryco...@gmail.com> writes:
>>
>> > hi i need help!!!
>> > i have a project to finish but i keep on hitting this error:
>> > Could not locate clojure/contrib/string__init.class or
>> > clojure/contrib/string.clj on classpath:
>> > i tried everything i know (which is not much) and i read tons of metiral
>> > in
>> > the net, but i still
>> > cant figure out how to deal with this!
>> > i am knew to clojure and i cant continue my project!
>> > i would be happy if someone could guide me thoroughly...
>> > thenks...
>>
>> If you're just starting Clojure, I'd use Clojure
>> 1.4. clojure.contrib.string has moved to the namespace
>> clojure.data.string.
>>
>> May I ask you if and what libraries you try to use? You might need to
>> update to newer versions if one of these use clojure.contrib, as it
>> isn't supported with 1.4 anymore.
>>
>> --
>> Moritz Ulrich
>>
>> --
>> 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
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> 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
>
> --
> 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
> Note that posts from new members are moderated - please be patient with your
> first post.
> 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



-- 
Moritz Ulrich

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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