Removes leading and/or trailing whitespace from a string. Common whitespace characters include spaces, tabs, and newlines.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| String | The string that may contain leading and trailing whitespace that should be removed. Primary Input | String |
| Start | Whether the start of the string should have its whitespace removed. Default: | bool |
| End | Whether the end of the string should have its whitespace removed. Default: | bool |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | String |