Upper

Returns an input string value with all characters converted to upper case

Upper("use uppercase") → "USE UPPERCASE"
Upper("Use Upper Function") → "USE UPPER FUNCTION"

Inputs

Upper(string)

  • string - A text value

Last updated