upper

Returns an uppercase version of the parameter.

Category

String

Function syntax

upper(<parameters>)

Signature and returned type

upper(<string>)

Return a string.

Example

upper("b")

Returns “B”.

On this page