Function replaceAll

  • Replaces all Chars in a String

    Parameters

    • str: string

      base string

    • value: string | (string | [string, string])[]

      the value which should be replaced, Or an array containing the value and replacer

    • replacement: string = null

      the value which is used as replacement

    Returns string

Generated using TypeDoc