I'm looking to use Python to pull a regular string of text from a webpage - the source code runs like this:
<br /><strong>Date: 06/12/2010</strong> <br />
It always begins
<strong>Date:
& ends
</strong>
I've already scraped the text of the webpage and just want to pull the date and similarly structured information. Any suggestions how to do this? (Sorry this is such a newbie question!)