RIGHT
Description
RIGHT
takes string (or list) and a number and returns the number of characters from the string from the end.
Example with String
This will return 'blub'
.
Example with List
This will return [4, 5]
.
Last updated