cctools
|
Pattern Matching Facilities. More...
#include <stdarg.h>
#include <stddef.h>
Go to the source code of this file.
Pattern Matching Facilities.
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.
Note: position captures are C offsets in the string (based 0).