upper() Function

Converts all letters in the text into uppercase.

Syntax

upper( text )

text: (Text) The string of characters to be converted into uppercase.

Returns

Text

Examples

upper("Boston") returns BOSTON

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK