|
|
||
|
Reuben Thomas wrote:
oh, that's very nice, and makes my work significantly simpler :)on that note, i'm considering writing a wrapper for pcre ( www.pcre.org ) to lua ..
My rexlib library should do that already (although I haven't tried it). It's a wrapper for POSIX regexps, and pcre provides the POSIX API, so it should just be a question of compiling it against pcre. It's available from the Tools & Addons page, or more precisely
http://www.mupsych.org/~rrt/lua/
--vat