[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: %f in patterns
- From: David Jones <drj@...>
- Date: Tue, 11 Jul 2006 09:51:50 +0100
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