lua-users home
lua-l archive

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


> BTW, is "+" missing from the search pattern? I think it should be
> 
> _,n = string.gsub(s, "%w+", {[while] = true, [for] = true, ...})

Sure.

-- Roberto