The uppercase() function

This function transforms to upper case the text received as argument.

uppercase(text); 
 text;
text

The text to be capitalized.