Appearance
To get a substring with start and end indicies:
string.sub("'unwrap me!'", 2, -2) --> unwrap me!
See string library in the Lua documentation