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: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK