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

-- 
Posted via http://www.ruby-forum.com/.