Bindings to the functions under _G.string
pub fn byte() -> glua.Value
Returns the string.byte function.
pub fn char() -> glua.Value
Returns the string.char function.
pub fn dump() -> glua.Value
Returns the string.dump function.
pub fn find() -> glua.Value
Returns the string.find function.
pub fn format() -> glua.Value
Returns the string.format function.
pub fn gmatch() -> glua.Value
Returns the string.gmatch function.
pub fn gsub() -> glua.Value
Returns the string.gsub function.
pub fn len() -> glua.Value
Returns the string.len function.
pub fn lower() -> glua.Value
Returns the string.lower function.
pub fn match() -> glua.Value
Returns the string.match function.
pub fn rep() -> glua.Value
Returns the string.rep function.
pub fn reverse() -> glua.Value
Returns the string.reverse function.
pub fn sub() -> glua.Value
Returns the string.sub function.
pub fn upper() -> glua.Value
Returns the string.upper function.