Free cookie consent management tool by TermsFeed upper() Function
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: Fri, Nov 10, 2023 (03:42:48 PM)

upper() Function

FEEDBACK