[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Trivia question
- From: Hisham <h@...>
- Date: Wed, 20 Feb 2013 21:42:08 -0300
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/