Python's equivalent to PHP's strip_tags?

后端 未结 7 1338
情歌与酒
情歌与酒 2020-12-15 18:26

Python\'s equivalent to PHP\'s strip_tags?

http://php.net/manual/en/function.strip-tags.php

7条回答
  •  眼角桃花
    2020-12-15 18:53

    I built one for Python 3 using the HTMLParser class. It is more verbose than PHP's. I called it the HTMLCleaner class, and you can find the source here and you can find examples here.

提交回复
热议问题