Small and portable Regular Expression (regex) library written in C.
Design is inspired by Rob Pike’s regex-code for the book “Beautiful Code” available online here.
Supports a subset of the syntax and semantics of the Python standard library implementation (the
re
-module).