Summary
Removes whitespace.
Description
Removes whitespace from both ends 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 |
---|---|---|
noWhitespace | string | A new string representing the calling string stripped of whitespace from both ends |