From: Stephane Wirtel Date: 2007-05-16T15:45:03+09:00 Subject: Re: Regex html M. R. a �crit : > Hi everybody > > I want to filter the content of a body-Tag in html. How can I do this > with regular expression? > > > @h = Net::HTTP.new(url, 80) > @response = @h.get(file, nil) > > if response.message == "OK" > @body_content = response.scan(/..................../).to_s > end > > > thx for your solution! > ribit > Question, Why don't you use Hpricot ?