lua-users home
lua-l archive

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


> Some code that worked in Lua 5.1 croaked in the following way in 5.2:

string.gfind was part of 5.0, deprecated in 5.1, and removed in 5.2.
More precisely, string.gfind was renamed to string.gmatch in 5.1 and
that's what it is in 5.2.