lua-users home
lua-l archive

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


Hello,

(my google-fu is failing me today…)

Someone mentioned a while back a little module implementing the io library API (read, lines, etc) on top of a regular string.

E.g.

for aLine in aString:lines( '*L' ) do
  print( aLine )
end

Pointers?

Thanks in advance.