Something that might help you (I DID NOT CREATE this identifier, I do not claim I did. I picked it up myself from another script a long time ago.)

alias nohtml { var %x, %i = $regsub($1-,/(^[^<]*>|<[^>]*>|<[^>]*$)/g,$null,%x), %x = $remove(%x, ) | return %x }

This command will remove the HTML tags.
So therefore turning "<div class="something">Hello There</div>"
info "Hello There".

$nohtml(<html><span>Text Here.</span></html>) = Text Here. =p


Live to Dream & Dream for Life