lua-users home
lua-l archive

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


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