Standalone LUA regular expressions
资 源 简 介
This is the "C" lua regular expressions (around 600 lines of C code from LUA 5.2) modified to allow then to be used on other projects without dependency on lua itself.
Also included an example of how it can be used to implement the sqlite3 regex/match/gsub function.
文 件 列 表
lua-regex.c
lua-regex.h
luaregex.cbp
sqlite3-lua-regex.c
test.cpp