lua-users home
lua-l archive

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


2010/1/18 Majic <majic.one@gmail.com>:

> WHAT IS THIS G?!
Global, I think (not to be confused with global variables :-) )

Could string.split() be like string.gmatch(), but just return what
isn’t matched (ie what lies between the matches)?

Vaughan