lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> This won't give the right answer for single_word_match("the dogged
> dog", "dog") if I've correctly understood the problem.

You're right. You need to scan the whole string using say a gmatch loop.