lua foreach di string

for c in string.gmatch(“sentence”,”.”) do   print(c) end