Function unescapeHtml

will set back escaped html chars like &,<> and quote entities & to original

  • Parameters

    • text: string

      the text to unescape

    Returns string