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: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK