Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.76 KB

README.rst

File metadata and controls

58 lines (40 loc) · 1.76 KB

Lrexlib

by Reuben Thomas (rrt@sc3d.org)
and Shmuel Zeigerman (shmuz@013net.net)

Lrexlib provides bindings of five regular expression library APIs (POSIX, PCRE, GNU, TRE and Oniguruma) to Lua >= 5.1. The bindings for TRE and Oniguruma are not currently complete.

Lrexlib is copyright Reuben Thomas 2000-2020 and copyright Shmuel Zeigerman 2004-2020, and is released under the same license as Lua, the MIT license (otherwise known as the revised BSD license). There is no warranty.

Please report bugs and make suggestions on GitHub.

Thanks to Thatcher Ulrich for bug and warning fixes, and to Nick Gammon for adding support for PCRE named subpatterns.


Installation

Lrexlib is installed with LuaRocks, using the command:

luarocks install lrexlib-FLAVOUR

where FLAVOUR is one of PCRE2, POSIX, oniguruma, TRE, GNU

Note that the obsolete PCRE version 1 is also supported, as flavour PCRE.

Links