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

UPPER

Description

UPPER takes a string and turns each letter into the uppercase version of itself.

Example

UPPER('Hello World')

will result in "HELLO WORLD".

Last updated

Was this helpful?