Merge branch '2.3' into 2.4

This commit is contained in:
Esa Korhonen 2020-03-05 15:00:37 +02:00
commit fda12c0cb2

View File

@ -314,7 +314,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
pattern compilation settings. The pattern settings are `(?i)` for `ignorecase` and `(?x)`
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.
#### Standard regular expression settings for filters