mirror of
https://github.com/vxcontrol/lualibs-lrexlib.git
synced 2026-07-01 23:44:04 -04:00
83bbc169065a85e179d5419f31dfdba3dcf6c581
1) #include <tre/tre.h> (was: <tre/regex.h>).
2) added tre_ prefix to all TRE functions.
Lua rexlib 2.4
--------------
by Reuben Thomas (rrt@sc3d.org)
and Shmuel Zeigerman (shmuz@actcom.co.il) [maintainer]
Lrexlib is a binding of three regular expression library APIs (POSIX,
PCRE and Oniguruma) to Lua 5.1.
Lrexlib is copyright Reuben Thomas 2000-2008 and copyright Shmuel
Zeigerman 2004-2008, and is released under the MIT license, like Lua
(see http://www.lua.org/copyright.html for the full license; it's
basically the same as the BSD license). There is no warranty.
Please report bugs and make suggestions to the maintainer, or use the
LuaForge trackers and mailing lists.
Thanks to Thatcher Ulrich for bug and warning fixes, and to Nick
Gammon for adding support for PCRE named subpatterns.
Description
A Lua (5.1 and later) binding of various regex library APIs (POSIX, PCRE, PCRE2, GNU, Oniguruma and TRE)
Languages
C
90.4%
Lua
9.3%
Shell
0.3%