Chapter 6 - Lua Standard Libraries
Table of Contents
Lua Standard Libraries - 79
- Table Library - 80
- table.concat (table [, sep [, i [, j]]]) - 80
- table.insert (table, [pos,] value) - 81
- table.maxn (table) - 81
- table.remove (table [, pos]) - 81
- table.sort (table [, comp]) - 82
- Math Library - 82
- String Utility Functions - 85
- Formatting New Strings - 87
- Pattern Matching - 89
- Character Classes - 90
- Pattern Items - 91
- Pattern Captures - 92
- Pattern Anchors - 93
- Pattern Examples - 93
- Pattern Matching Functions - 93
- World of Warcraft Additions to Lua - 95
- Function Aliases - 97
- Summary - 98