upper

Last update: 2023-01-23
  • Created for:
  • Experienced
    Developer

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