lua foreach em uma corda

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