campfire.js
    Preparing search index...

    Function unescape

    • Unescapes the output of escape() by replacing &amp;, &gt;, &lt;, &#39;, and &quot with &, <, >, ', and " respectively.

      Parameters

      • str: string

        A string to unescape.

      Returns string

      The string, with its character references replaced by the characters it references. No characters other than the ones mentioned above are unescaped.