mirror of https://github.com/fail2ban/fail2ban
small amend
parent
a44c8dc3ec
commit
2d736ad755
2
FILTERS
2
FILTERS
|
@ -246,7 +246,7 @@ The following general rules apply to regular expressions:
|
||||||
* make regular expressions readable (as much as possible), but only if it is
|
* make regular expressions readable (as much as possible), but only if it is
|
||||||
justified. E.g. (?:...) represents a non-capturing regex and (...) is more
|
justified. E.g. (?:...) represents a non-capturing regex and (...) is more
|
||||||
readable, but capturing groups make the RE a bit slower, thus (?:...) may be
|
readable, but capturing groups make the RE a bit slower, thus (?:...) may be
|
||||||
more preferrable.
|
more preferable.
|
||||||
|
|
||||||
If you have only a basic knowledge of regular repressions we advise to read
|
If you have only a basic knowledge of regular repressions we advise to read
|
||||||
https://docs.python.org/library/re.html first. It doesn't take long and would
|
https://docs.python.org/library/re.html first. It doesn't take long and would
|
||||||
|
|
Loading…
Reference in New Issue