The "regex_pcre" Module (v3)

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

Description

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

Configuration

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

<module name="regex_pcre">

This module requires no other configuration.