Lua debugging

The following content is reproduced from http://www.runoob.com/lua/lua-debug.html

Lua provides a debug library to provide the function of creating our custom debugger. Lua itself does not hav

String library

Lua string library collection

1. Basic string functions:

Some functions in the string library are very simple. For example:

1). string.len(s) returns the length of string s;