Получить последние символы строки lua
string.sub("Hello world", -5) -- => world
Nibbles
string.sub("Hello world", -5) -- => world