Could you possibly be a bit more specific about what your trying to grab from where?
If your wanting to capture things between/around HTML tags you'll likely be looking to use Regular Expressions.
I guess that given a string of HTML: "<HTML>GET THIS</HTML>", you would want to get the "GET THIS" part?
If you can clear up the question, Im sure we can help!