Skip to main content

UPPER

Convert a string to upper case

Example Usage

UPPER("Hello") -> "HELLO"

Overview

Function signature
UPPER(value)

Category
String

Return data type
string

Arguments

NameDataTypeList Options                          Description
valuestringValue to convert to upper case