[Tutor] How to remove Html from list.

Alan Gauld alan.gauld at freenet.co.uk
Thu Nov 17 19:53:56 CET 2005


> I can not figure out what kind of expresion I need to use to find Html 
> code.

Take a look at the regular expressions topic in my tutorial which gives 
an example of stripping stuff from HTML>

However be aware that using regular expressions on html is never 
reliable and a proper parser like BeautifulSoup or ElemTree will do 
a much better job.

Alan G
Author of the learn to program web tutor
http://www.freenetpages.co.uk/hp/alan.gauld




More information about the Tutor mailing list