Trim
Right
Trims the specified number of characters from the right
side of the String object.
Inputs
- String
- The String object you want to trim.
- Trim length
- An integer that specifies the number of characters to trim.
Output
Returns the trimmed String object.
