Python - Getting the word between two tags
I have this string:
História do RFID A tecnologia de <EM ID="hub-30518" CATEG="PESSOA">RFID
</EM>tem suas raízes nos sistemas de radares
And I want to get what is between CATEG="(what I want to get)", and
between ">(what I want to get), in this case the result would be PESSOA
and RFID.
How can I do it?
Thanks
No comments:
Post a Comment