lua-users home
lua-l archive

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


> Is there anything neater than this?
> 
>     select(2,str:gsub('\n',''))+1

	#str:gsub("[^\n]","")