• String Trim function with customizable chars

    Parameters

    • value: string

      string to trim

    • chars: string = ' '

      chars to use to trim

    Returns string

    string trimmed

Generated using TypeDoc