Description | The |
Syntax | RIGHT_SUBSTR( |
Output | text |
Variables
text
: The input text string from which you want to extract characters.number
: The number (length) of characters to extract from the right side of the text.
Example
RIGHT_SUBSTR(`Original Text`, 5)
ID | Original Text | RIGHT_SUBSTR |
1 | Hello, World! | orld! |
2 | Example Text | Text |
3 | Savant Analytics | ytics |