Primitive
string.trim
BETAShort name: trim
Version: 1.0.0
Trim leading and trailing whitespace from text.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| text | string | true | Input text to trim. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | string | false | Trimmed text. |