Returns an uppercase version of the parameter.
String
upper(<parameters>)
upper(<string>)
Return a string.
upper("b")
Returns “B”.