I need some basic string operations, like sub-string, find string in string etc. I found a documentation of some standard functions for that: http://www.lua.org/manual/2.4/node22.html
But when I try it, I get an error:
input:29: attempt to call a nil value (global 'strfind')
Do I have to use require? Or are those methods contained in some object?