[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Missing string.find functionality in Lua 5.1
- From: "Rici Lake" <lua@...>
- Date: Sun, 11 Sep 2005 12:59:12 +0100 (BST)
David Burgess said:
> Lua 5.1 (alpha) Copyright (C) 1994-2005 Lua.org, PUC-Rio
>> =string.find("abcdefg",".([bc]+)")
> 1 3 bc
>> =string.match("abcdefg",".([bc]+)")
> bc
>
> It would seem to me that string.find has not changed its behaviour.
The documentation is then either incorrect or is proposing a change in
functionality. If the latter, I beg that it be reconsidered. :)
R