Description Usage Arguments Value Examples
A function to grab the last 'n' letters from string 'x'
1 | substrRight(x, n)
|
x |
A character string. |
n |
A number. This is the number of letters from the end of a string to be displayed. |
The last 'n' characters in string 'x'
1 | substrRight("Random String", 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.