lua-users home
lua-l archive

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


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