* Jia Lu (25 May 2007 04:51:35 -0700)
>  I'm trying to parsing html with re module.
> [...]
> Can anyone tell me how to do it with regular expression in python?

Just don't. Use an HTML parser like BeautifulSoup
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to