Change TextCase
Changes the text case of a text.
Last updated
Changes the text case of a text.
Last updated
This activity changes the text case of the specified text.
Text: String Argument
Input the text.
Method: Select the Text cases. The following are the available options.
ToUpper(default)
- Changes the given text to upper case
ToLower
- Changes the given text to lower case
Result: String Variable
Stores the modified text after changing the text case in the specified String variable.