@unikue/ts-lang-utils
    Preparing search index...

    Function unescapeHtml

    • Returns the unescaped html string of the given text

      Parameters

      • Optionaltext: string | null

        The source string to inspect

      Returns string | null | undefined

      the unescaped html string of the given text

      David Hsing

      unescapeHtml('&lt;div&gt;foobar&lt;div&gt;');    // '<div>foobar<div>'