lua-users home
lua-l archive

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


> local n = select(2, s:gsub('\n', '\n'))

This one creates a new string (identical to the original one).