Description Usage Arguments Value Examples
It acts similiarly to Excel's UPPER function. It takes the string and coverts all of it's characters to uppercase.
1 |
text |
Give this function the text to capitalize all the letters.Give this function words with a vector if you want to perform it on several texts. |
In this case we have specified "is this sparta?" and it has returned all the characters in uppercase as expected. Function will always return character class.
1 | UPPER("is this sparta?")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.