• Parameters

    • str: string

    Returns string

  • Trims the specified characters from the start of a string

    Parameters

    • str: string

      The string to trim

    • chars: string

      The set of characters to trim. This treats the characters individually and it will not work if you need to trim a specific string from the start/end.

    Returns string

Generated using TypeDoc