escape_udf.py 70 B

12345
  1. import html
  2. def html_unescape(text):
  3. return html.unescape(text)