Skip to main content

back replace html-safe sequences to special characters

Project description

>>> cgi.unescape('< & >')
'< & >'
>>> unescape('&#39;')
"'"
>>> unescape('&#x27;')
"'"

full list of sequences: htmlentitydefs.entitydefs

google

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page