I'm new to Lua.. how would I, for instance, extract the third character of a string? Or the third-through-fifth characters of it? Or convert a string into a list of characters and vice-versa so I could do so? ...