Generate Random Text
Generates a random text.
Last updated
Generates a random text.
Last updated
This activity generates a random text based on the given input size and text case.
Size: Integer Argument
Input the size of the random text.
Text Case: Select the text case in which the random text is to be generated.
ToUpper
- Changes the given text to upper case
ToLower
- Changes the given text to lower case
Result: String Variable
Stores the random text generated in the specified String variable.