lua foreach в строке

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