I have HTML tags in a document as follows:
><H2
align="justify"
><FONT size="+2" color="#008AD9"><B>ACCESS_NUMBER<FONT size="+2" color="#008AD9"><B>
</H2
>
I want to extract only ACCESS_NUMBER from the above HTML text.
How can I do this? I want to make sure only the text between all <H2> tags is extracted.
Any help would be appreciated.
<strangely wrapped) in the document, or did you improperly format the code section of your question? I did a bit of editing to make it all appear but otherwise left it as it was. The format of the code would effect a regular expression.