From: Jim Clark Date: 2007-10-31T09:13:16+09:00 Subject: Re: Why, oh, why, little regexp? Daniel Waite wrote: > Is there a book you recommend to learn more about regular expressions? > How did YOU learn them? > "Mastering Regular Expressions" by Jeffrey Friedl. I haven't seen the third edition to see if there is any Ruby specific examples but even with all the Perl examples in the first edition, I still use it as a reference because of the similarities between Perl and Ruby's regular expressions. -Jim