[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Missing string.find functionality in Lua 5.1
- From: David Burgess <dburgess@...>
- Date: Mon, 12 Sep 2005 00:15:40 +1000
I read the code.
1) Methinks the documentation should match up with the luaconf.h defaults
(Whatever else happens)
2) I sort of agree with Rici. Changing string.find is big change. A definite
code buster.
3) How about three functions?
match() - as is.
find() - the 5.02 behaviour
findn() (or findpos()) - the new behaviour that does not return captures.
David B