werkzeug.unescape

werkzeug.unescape(s)[source]

The reverse function of escape. This unescapes all the HTML entities, not only the XML entities inserted by escape.

Parameters:s – the string to unescape.