The "regex_pcre2" Module (v3)

This module depends on a third-party library (PCRE2) 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_pcre2

Description

This module provides the pcre regular expression engine which uses the PCRE2 library.

Configuration

To load this module use the following <module> tag:

<module name="regex_pcre2">

This module requires no other configuration.