[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Tricky little string parsing challenge
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 19 Mar 2019 10:01:44 -0300
Try this
text = text .. ". "
for s in text:gmatch(".-%. ") do
print(s)
end