I have a question on extracting the title of an html line.
Let's say my line is:
<span class="title_name"> <a href="/?id=2124">Fairwood</a></span>
and lol, i had to add some extra spaces for the line to not show as a hyperlink..
How would I go about to automatically extract "Fairwood", given a number of lines that are formatted similarly, with different id's and titles.
Thanks in advance