Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Strings/htmlDecode

Index

Functions

Functions

htmlDecode

  • htmlDecode(code: string): string
  • Does the opposite of htmlEncode, and converts all html special characters into their real value. NOTE: Not all named references are supported! Please use another library like html-entities if you need more characters

    Parameters

    • code: string

    Returns string

Generated using TypeDoc