lua-users home
lua-l archive

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



print ( string.gsub("abc", "%w*", "@") )

and the result is:
@@      2

rather than:
@      1