Strip HTML tags?

Lothar Scholz llothar at web.de
Sun Dec 14 08:11:48 EST 2003


faizan at jaredweb.com (Fazer) wrote in message news:<7b454334.0312131911.70647953 at posting.google.com>...

> Or how would I remove everything between < and > also the < , > as well using regex?

You don't want to use regex for this. regex is only for very simple
things readable. Use the HTML parser and concatenate the text you get
from there.




More information about the Python-list mailing list