Change TextCase

Changes the text case of a text.

This activity changes the text case of the specified text.

Input

  • 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

Output

  • Result: String Variable Stores the modified text after changing the text case in the specified String variable.

Last updated