Sean,

2012/8/5 Sean Corfield <seancorfi...@gmail.com>

> On Sun, Aug 5, 2012 at 12:53 AM, Catonano <caton...@gmail.com> wrote:
> > (clojure.contrib.str-utils2/grep #"myPattern" "one row \n another row")
>
> Just as a side note, the old monolithic contrib library has been
> deprecated and many parts are no longer maintained (and you may have
> problems trying to use it with Clojure 1.3 onward).
>
> The parts of old contrib that active maintainers have been moved to
> new modular libraries:
>
> http://dev.clojure.org/display/design/Where+Did+Clojure.Contrib+Go
>

thank you for this information. I tried to move to Coljure 1.4 (as it's the
current version)

I could move from

clojure.contrib.str-utils2/split

to

clojure.string/split

but I couldn't move from

clojure.contrib.str-utils2/grep

to

clojure.string/grep

because it seems that in clojure.string there's no grep function

Is grep gone ?

I was using it to isolate a couple of lines in a javascript source code

Thanks again




> --
> Sean A Corfield -- (904) 302-SEAN
> An Architect's View -- http://corfield.org/
> World Singles, LLC. -- http://worldsingles.com/
>
> "Perfection is the enemy of the good."
> -- Gustave Flaubert, French realist novelist (1821-1880)
>
> --
> 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

Reply via email to