MXS-2914 Link to pcre2 syntax page instead of API page

More appropriate link.
This commit is contained in:
Esa Korhonen
2020-03-04 16:38:18 +02:00
parent 2f6d003491
commit 4a2d3dc55b

View File

@ -286,7 +286,7 @@ whitespace in the pattern. `case` turns on case-sensitive matching. These settin
also be defined in the pattern itself, so they can be used even in modules without also be defined in the pattern itself, so they can be used even in modules without
pattern compilation settings. The pattern settings are `(?i)` for `ignorecase` and `(?x)` pattern compilation settings. The pattern settings are `(?i)` for `ignorecase` and `(?x)`
for `extended`. See the for `extended`. See the
[PCRE2 api documentation](https://www.pcre.org/current/doc/html/pcre2api.html#SEC20) [PCRE2 syntax documentation](https://www.pcre.org/current/doc/html/pcre2syntax.html#SEC16)
for more information. for more information.
#### Standard regular expression settings for filters #### Standard regular expression settings for filters