Status
Tech review

Style guide




Short description

 Returns s with all its characters converted to upper case.

Output




The function returns s with all its characters converted to upper case.


toUpperCase(string s) #Output: String



Parser expressionDescription


toUpperCase("heLLo WORLD!")


The function returns a : "HELLO WORLD!"



Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.



The function returns a