lua-users home
lua-l archive

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


The use of %f in patterns is not documented (at the end of section 5.3 of the manual). Is that deliberate?

An example:

> return string.find('A dog.  A cat.', '[%a]+%f[.]')
3       5


drj