Uppercase
- 19 May 2022
- 1 Minute to read
- DarkLight
- PDF
Uppercase
- Updated on 19 May 2022
- 1 Minute to read
- DarkLight
- PDF
Article Summary
Share feedback
Thanks for sharing your feedback!
Converts all characters of the given text to upper-case letters.
Function signature
UPPERCASE(text: String) => String
Parameter | Description |
---|---|
Text | Text to convert to upper case |
Examples
Formula | Return value |
---|---|
UPPERCASE("foobar") | FOOBAR |
UPPERCASE("Foo Bar") | FOO BAR |
Was this article helpful?