Search
Accepts a string and returns a lowercase string.
Parameters
input
Outputs
Lowercase string.
Example
my_lowercase_task [type="lowercase" input="Hello World!"]
Given the input Hello World!, the task will return hello world!.
Hello World!
hello world!