Uppercase
Change a piece of text to all uppercase characters
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Text | The piece of text to put in uppercase | STRING | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The name of the variable to store the result of this text manipulation in. | STRING | RESULT |