Lua 5.2 pattern matching. See Lua manual for patterns supported.
Captures are passed through C varargs. String captures are heap allocated and must be freed.
#include <stdarg.h> #include <stddef.h>
#include <stdarg.h>
#include <stddef.h>
Go to the source code of this file.