> 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


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to