Hi all, does anyone know of a nice utility/ class which will allow me to
retrieve the details of a webpage?

Specifically, I would like to be able to retrive the html and then call a
method which would retrieve: meta tags
Keywords
Description
as well as another method which removes all the HTML from the string
starting at the body tag

Does one exist? I know I can write one using regular expressions etc but
rather than inventing the wheel :)

Thanks
Mark