Unescape HTML

Decode HTML entities back to their original characters.

Code

Utilities
import html
return html.unescape(s)

Parameters

HTML-encoded string.

Server

More Python Snippets