The pcre module doesn't seem to support extended quotes (\Q...\E) or octal ascii characters (\000), which seems to be part of its specification http://www.pcre.org/pcre.txt
If the Prce module is only meant to support a subset of PCRE, i think it would at least be nice to note that in the module documentation somewhere
The pcre module doesn't seem to support extended quotes (
\Q...\E
) or octal ascii characters (\000
), which seems to be part of its specification http://www.pcre.org/pcre.txtIf the Prce module is only meant to support a subset of PCRE, i think it would at least be nice to note that in the module documentation somewhere