[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: confused by the wierd "q" option of "string.format".
- From: Richter, Jörg <Joerg.Richter@...>
- Date: Fri, 8 Jul 2011 08:46:32 +0000
Just for the statistics. I grepped our sources and nearly all format('%q') callers do a gsub afterwards:
> string.gsub( string.format( '%q', v ), '\n', 'n' )
Jörg