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;