#key - striptags # strip tags function def striptags(string): return re.sub(u"[^^]*?|<[^>]*?>|<[^>]*?>| ",u" ",string)