Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TextHelper

Index

Constructors

Methods

Constructors

constructor

Methods

Static atobUTF8

  • atobUTF8(inputString: string, keepBOM?: boolean): string

Static btoaUTF8

  • btoaUTF8(inputString: string, BOMit?: boolean): string

Static encodeHtml

  • encodeHtml(str: string): string
  • Encodes the given string to valid HTML (e.g. replace & by &amp etc.).

    Parameters

    • str: string

    Returns string

Generated using TypeDoc