The "regex_re2" Module (v4)
This module depends on a third-party library (RE2) and must be manually enabled at compile time.
Once you have installed the dependency you can enable this module using the following command:
./configure --enable-extras regex_re2
Description
This module provides the re2
regular expression engine which uses the RE2 library.
Configuration
To load this module use the following <module>
tag:
<module name="regex_re2">
This module requires no other configuration.