$str.right
Returns a substring starting from the right until the given index.
Usage
<string> $str.right(<data:string>,<index:int>)
Description
This function returns a substring of the first string parameter which is the string starting from the right until the index specified in the second parameter. The index start counting at the last character and increase until the first.

Index, Functions