[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Finding word matches without the frontier pattern
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 29 Dec 2009 16:55:31 -0200
> 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.