The capitalize() function

This function capitalizes the first letter of the text received as argument.

capitalize(text); 
 text;
text

The text for which the first letter will be capitalized.