Because regular expressions scare me, I\'m trying to find a way to remove all HTML tags and resolve HTML entities from a string in Python.
if you use django you might also use http://docs.djangoproject.com/en/dev/ref/templates/builtins/#striptags ;)