Answers for "get last characters of string lua"

Lua
0

get last characters of string lua

string.sub("Hello world", -5) -- => world
Posted by: Guest on March-09-2022

Code answers related to "get last characters of string lua"

Browse Popular Code Answers by Language