• Pure

    Turns the text to upper/lower case and returns it. Only works for ASCII characters (A-Z), not Unicode (Дружба).

    Parameters

    • source: string

      Text string.

    • upper: boolean

      True: turn to UPPER CASE. False: turn to lower case.

    Returns string

Generated using TypeDoc