For the complete documentation index, see llms.txt. This page is also available as Markdown.

UPPER

Returns a string, converted to uppercase

UPPER( text )

Returns the text in uppercase.

Arguments

Input

Description

text

Text to turn uppercase.

Output

Outputs uppercase text.

UPPER("san francisco")
>> "SAN FRANCISCO"

Last updated

Was this helpful?