RIGHT

Description

RIGHT takes string (or list) and a number and returns the number of characters from the string from the end.

Example

RIGHT('blablub', 4)

This will return 'blub'.

Last updated