lrexlib icon indicating copy to clipboard operation
lrexlib copied to clipboard

A Lua (5.1 and later) binding of various regex library APIs (POSIX, PCRE, PCRE2, GNU, Oniguruma and TRE)

Results 8 lrexlib issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to install Lrexlib-PCRE with luarocks under Windows (with the help of vcpkg). When running 'luarocks install Lrexlib-PCRE' I get the following message: ``` src/pcre/lpcre.c(451): error C2491: 'luaopen_rex_pcre':...

What do I **do** after installing this library (i.e. a particular flavor)? What exactly do I `require` to obtain the `rex` object mentioned extensively in the docs? Assuming I managed...

Since LUA is often use in time-critical applications like web-servers, slow regexps could be fatal and MATCH_LIMIT settings should solve it. I see nothing about it in lrexlib docs.

Hi I'm trying to install this lib but.... [root@yazdpbx reLua]# luarocks install lrexlib-PCRE Installing https://luarocks.org/lrexlib-pcre-2.8.0-1.src.rock gcc -O2 -fPIC -I/usr/include -c src/common.c -o src/common.o -DVERSION="2.8.0" -DLUA_COMPAT_5_2 -I/usr/include gcc -O2 -fPIC -I/usr/include...

Hi, Reuben & Shmuel! Thanks for awesome library! Would be great if the lrexlib will support the [Hyperscan ](https://github.com/01org/hyperscan)library.

call rex_pre.new in init_by_lua phase then call rex_pre.match in access_by_lua phase got following error messages: ``` 550 2015/11/10 11:21:34 [error] 28259#0: *154 lua entry thread aborted: runtime error:###########/siglib.lua:31: error PCRE_ERROR_BADMAGIC...

Hi, This is more of a courtesy message than anything else - I'm not sure if you're still updating lrexlib these days or not. (?) I write code for an...

When statically included within C++11 projects, the library isn't compiled. The errors are: .../luasandbox/include/lrexlib-2.6.0/src/pcre/../algo.h:125:27: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix] luaL_typerror(L, pos,...