Description Usage Arguments Value Examples
It acts similiarly to Excel's RIGHT function. It takes the string and takes the amount of characters you want to extract from it.
1 |
text |
from where should it get the characters |
num_chars |
how many characters should it get? |
In this example we take "Kayakata" and extract 4 characters from the right handside of the string. Functions will always return character class.
1 | RIGHT("Kayakata",4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.