The
uppercase()
Function
This function transforms to upper case the text received as argument.
uppercase
(
text
)
text
The text to be capitalized.
Previous topic:
The capitalize() Function
Next topic:
The lowercase() Function