lua-users home
lua-l archive

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


> 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".

Exactly. It is not documented because we are not sure it is worth
providing this kind of facility.

-- Roberto