Takaro - v0.4.11
    Preparing search index...

    Function unescape

    • The inverse of _.escape; this method converts the HTML entities &, <, >, ", ', and ` in string to their corresponding characters.

      Note: No other HTML entities are unescaped. To unescape additional HTML entities use a third-party library like he.

      Parameters

      • Optionalstring: string

        The string to unescape.

      Returns string

      Returns the unescaped string.