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