Right |
[This is preliminary documentation and is subject to change.]
The TOPICA Basic function Right is used to extract a substring from the end of an input string.
Right(inputString, length)
Name | Type | Description |
---|---|---|
inputString | String | The string value to extract substring from. |
length | Integer | The number of characters to extract. |
Substring.
Type: String.