C wrapper for RE2

Next:   [Contents][Index]


C wrapper for RE2

This document describes version 0.4.0-devel.2 of CRE2, a C language wrapper for the C++ library RE2: a fast, safe, thread–friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python.

The latest release can be downloaded from:

https://bitbucket.org/marcomaggi/cre2/downloads

development takes place at:

https://github.com/marcomaggi/cre2

and as backup at:

https://bitbucket.org/marcomaggi/cre2

Copyright © 2012, 2013, 2015, 2016, 2017, 2020 by Marco Maggi http://github.com/marcomaggi
Copyright © 2011 by Keegan McAllister http://github.com/kmcallister/

Portions of this document come from the source code of RE2 itself, see the file LICENSE.re2 for the license notice.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with Invariant Sections being “GNU Free Documentation License” and “GNU General Public License”, no Front–Cover Texts, and no Back–Cover Texts. A copy of the license is included in the section entitled “GNU Free Documentation License”.


Next:   [Contents][Index]

This document describes version 0.4.0-devel.2 of CRE2.