lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Lrexlib-1.18 is available from http://luaforge.net/projects/lrexlib/

The changes include:

*  New lua function 'r:exec'.
*  New lua function 'r:__tostring'.
*  A table returned by r:match() as its 3rd result has no "n" index
   set anymore. Use table.getn instead.
*  Fixed the bug preventing compilation with the "basic" POSIX
   regexp library.
*  Makefile improved.
*  Added file gsub.lua containing function 'generic_gsub'.


/Shmuel