Lowercase Functoid

 

Use the Lowercase functoid ( Icon that represents the Lowercase functoid.) to convert any uppercase characters in a string to lowercase.

Input

Parameter 1: A string that is meant to have its uppercase characters, if any, converted to lowercase.

Output

Output 1: A string that is the same as the input string, except that any uppercase characters in it are converted to lowercase.

See Also

String Functoids Reference
String Functoids
How to Add Basic Functoids to a Map