Holen Sie sich die letzten Zeichen von String Lua
string.sub("Hello world", -5) -- => world
Nibbles
string.sub("Hello world", -5) -- => world