how to write the pattern starting with uppercase and ending with lower case in lua code example
Example: lua table of all characters
for i=32, 256 do
chartable[i] = utf8.char(i)
end
for i=32, 256 do
chartable[i] = utf8.char(i)
end