Trim
Left
Trims the specified number of characters from the left
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.
