|
right
|
|
|
|
| string
|
|
|
| String from which the rightmost characters are returned. If not string, converted to string.
|
|
|
| length
|
|
|
| Number of characters to return. If not integer, converted to integer.
|
| If length less than 1, empty string is returned.
|
| If length greater than or equal to the number of characters in string, the entire string is returned.
|