How to do this in python with regular expressions

Thorsten Kampe thorsten at thorstenkampe.de
Fri May 25 08:08:04 EDT 2007


* 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



More information about the Python-list mailing list