• String Trim End function with customizable chars

    Parameters

    • value: string

      string to trim end

    • chars: string = ' '

      chars to use to trim end

    Returns string

    string trimmed

Generated using TypeDoc