Lowercase
Change a piece of text to all lowercase characters
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Text | Specify the piece of text to put in lowercase | 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 |