lua-users home
lua-l archive

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


Fred Bayer wrote:
>
> BTW, what's the matter with the "frontier pattern" %f? It's in the 
> source but not documented anywhere.

Looking at the source I would say its syntax is %f[set] and
it matches the transition from "not in set" to "in set".
I.e. %f[%w] matches the start and %f[%W] the end of a "word".

Ciao, ET.