Skip to content

UPPER

Returns the input string converted to upper case.

js
UPPER(input_string)
UPPER(input_string)

Parameters

  • input_string - The string to be converted to uppercase.

Examples

js
UPPER("Hello World")
UPPER("Hello World")

Result: HELLO WORLD