Summary
Removes whitespace from the left.
Description
Removes whitespace from the beginning 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 | 
|---|---|---|
| trimmedStart | string | A new string representing the calling string stripped of whitespace from its beginning (left end) |