[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: variable interpolation into literal strings?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 5 Sep 2003 12:07:35 -0300
>Does anybody have any brilliant hack for arranging for nice
>generalized variable interpolation into strings?
gsub is your friend. See http://lua-users.org/wiki/HereDoc
--lhf