From: Logan Capaldo Date: 2006-04-27T15:09:03+09:00 Subject: Re: Stumped: How do I iterate over regular expression matches? On Apr 27, 2006, at 1:58 AM, Xeno Campanoli wrote: > Thank you all for the answers. I should have guessed to look at > the String methods. > > Sincerely, Xeno > xc Just a random thought, but doesn't it seem like this question belongs in some sort of FAQ? (Probably this one: http://www.rubycentral.com/ faq/rubyfaqall.html) It seems a pretty common question, especially for people coming from perl.