I have the following HTML text :
Country/<i>List it here</i><br><font color="#ff00ff">Dubai</font><br><br>
How do I extract 'Dubai' out of the above HTML? I have few hundreds such lines, kind of urgent, so not researching BeautifulSoup or XML parser implementation.
Thanks much!