From: "Jesús Gabriel y Galán" Date: 2013-04-09T16:43:41+09:00 Subject: Re: regex confusion On Tue, Apr 9, 2013 at 9:35 AM, Robert Klemme wrote: > > > > On Mon, Apr 8, 2013 at 11:48 PM, Josh Cheek wrote: >> >> It's best to parse xml with an xml parser. The try Nokogiri: >> http://rubygems.org/gems/nokogiri > > > What XML? This looks more like a case for CSV. If you check the rubular link the OP posted, the sample string is an XML. Jesus.