Re: [sqlite] Standalone Lua regex that can be used in sqlite

2012-07-05 Thread Petite Abeille
On Jul 4, 2012, at 11:00 AM, Domingo Alvarez Duarte wrote: > I did a modification to the LUA regex code to allow using it without > LUA dependency so it can be used with sqlite as regex function. Well done. Lua [1] and SQLite are made for each other :) [1] http://www.lua.org/about.html#name ___

Re: [sqlite] Standalone LUA regex that can be used in sqlite

2012-07-05 Thread Jay A. Kreibich
On Wed, Jul 04, 2012 at 11:00:55AM +0200, Domingo Alvarez Duarte scratched on the wall: > Hello ! > > I did a modification to the LUA regex code to allow using it without > LUA dependency so it can be used with sqlite as regex function. Very handy! > It's very light and small thus a good cand

[sqlite] Standalone LUA regex that can be used in sqlite

2012-07-04 Thread Domingo Alvarez Duarte
Hello ! I did a modification to the LUA regex code to allow using it without LUA dependency so it can be used with sqlite as regex function. It's very light and small thus a good candidate to be included on sqlite. If you are interested on it you can download it here http://code.google.com/p/lua