Skip to main content
UPPER

Converts text to all uppercase characters

Updated over a week ago

Description

The UPPER() function is used to transform text into uppercase characters. This function is valuable for standardizing text data, making it case-insensitive, or ensuring consistent formatting.

Syntax

UPPER(text)

Output

text

Variables

  1. text: The input text string that you want to convert to uppercase.

Example

UPPER(`Original Text`)

ID

Original Text

UPPER

1

Hello, World!

HELLO, WORLD!

2

Example Text

EXAMPLE TEXT

3

Savant Analytics

SAVANT ANALYTICS

Did this answer your question?