upper() Function

Function

upper( text )

Converts all letters in the text into uppercase.

Parameters

Keyword Type Description

text

Text

The string of characters to be converted into uppercase.

Returns

Text

Examples

upper("Boston") returns BOSTON

Open in Github Built: Wed, Aug 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK