lua-users home
lua-l archive

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


On 20 February 2013 03:42, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> Among all these serious Lua matters, I can't resist this:
>
>     The name of which famous but dead opera singer can be made by
>     inserting three letters (not all at the same place) into the name of
>     a C API function listed in the Reference Manual?

print((fn:gsub("(..)(.*)", "%1ci%2p")))

-- Hisham
http://hisham.hm/