I am using Python and need to find and retrieve all character data between tags:
I need this stuff
I then want to output
This is how I am doing it:
(myhtml.split('')[1]).split('')[0]
Tell me if it worked!