Hello, I''ve come to see that Ruby is heavily reliant on Regular Expressions. I feel I don''t have a thorough understanding of the subject. Are there any resources online for Regular Expressions that go pretty in depth? - Jim
http://www.regular-expressions.info is as good as any. It goes pretty in-depth into the nitty-gritty of RegExs and will tell you pretty much all there is to know. O''Reily''s "Mastering Regular Expressions" is also constantly recommended, though I haven''t read it personally, so I can''t make a recommendation either way. It''s also a book, so it isn''t free. -Matt> ------------Original Message------------ > From: Jim Jeffers <rails-u78NUfcIof50Y1uG8So6J1aTQe2KTcn/@public.gmane.org> > To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Date: Sat, Sep-10-2005 4:33 PM > Subject: [Rails] Any good online references or tutorials for REGEX? > > Hello, > > I''ve come to see that Ruby is heavily reliant on Regular > Expressions. I feel I don''t have a thorough understanding of the > subject. Are there any resources online for Regular Expressions that > go pretty in depth? > > - Jim > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Jim Jeffers
2005-Sep-10 23:46 UTC
Re: Any good online references or tutorials for REGEX? (Software for OSX)
Thanks! I have yet another question.. is there any useful RegEx software for MAC OS X? I''ve seen RegEx Coach but as far as I know that only runs on Windows? - Jim On Sep 10, 2005, at 4:41 PM, Magicmat wrote:> http://www.regular-expressions.info is as good as any. It goes > pretty in-depth into the nitty-gritty of RegExs and will tell you > pretty much all there is to know. O''Reily''s "Mastering Regular > Expressions" is also constantly recommended, though I haven''t read > it personally, so I can''t make a recommendation either way. It''s > also a book, so it isn''t free. > > -Matt > > >> ------------Original Message------------ >> From: Jim Jeffers <rails-u78NUfcIof50Y1uG8So6J1aTQe2KTcn/@public.gmane.org> >> To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> Date: Sat, Sep-10-2005 4:33 PM >> Subject: [Rails] Any good online references or tutorials for REGEX? >> >> Hello, >> >> I''ve come to see that Ruby is heavily reliant on Regular >> Expressions. I feel I don''t have a thorough understanding of the >> subject. Are there any resources online for Regular Expressions that >> go pretty in depth? >> >> - Jim >> _______________________________________________ >> Rails mailing list >> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> >> > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >