Search
Accepts a string and returns an uppercase string.
Parameters
input
Outputs
Uppercase string.
Example
my_uppercase_task [type="uppercase" input="Hello World!"]
Given the input Hello World!, the task will return HELLO WORLD!.
Hello World!
HELLO WORLD!