Description Usage Arguments Value Examples
It acts similiarly to Excel's LOWER function. It converts the sentence/word to lowercase characters.
1 |
text |
Give the function a word to make it lower.Give the texts via vector if you want to perform it on multiple texts. |
In this case we lower the whole specified sentence and return the sentence in all lower characters. Function will always return character class.
1 | LOWER("THIS IS SPARTAA! IS IT THOUGH AFTER LOWERING?")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.