Summary
Removes whitespace from the right.
Description
Removes whitespace from the end of a string.
Route
No Northbound API Available
Roles
Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| str | string | yes | The string to remove whitespace from | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| trimmedEnd | string | A new string representing the calling string stripped of whitespace from its (right) end |