upper

Returns its string argument in all upper case.

Example

upper("Sally")

In this example, upper returns “SALLY”.

Syntax

upper(string expr str)
  • str: expression evaluating to string

    Returns

    string

Description

upper sets to upper case all alphabetic characters in str and returns the result.

© Incorta, Inc. All Rights Reserved.