Primitive
string.upper
BETAShort name: upper
Version: 1.0.0
Convert text to uppercase.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| text | string | true | Input text to uppercase. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | string | false | Uppercased text. |