[EMAIL PROTECTED] wrote:

> But it could be that he just wants all HTML tags to disappear, like in
> his example. A code like this might be sufficient then: re.sub(r'<[^>]
> +>', '', s).

Won't work for, say, this:

<img src="src" alt="<text>">
-- 
Michael Hoffman
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to