From 5d84f3f0561ca916634c3617998f8fee4126d076 Mon Sep 17 00:00:00 2001 From: garry-ut99 <72945564+garry-ut99@users.noreply.github.com> Date: Sun, 3 Nov 2024 17:06:01 +0000 Subject: [PATCH] Fixed typo (previous commit) --- Static-filter-syntax.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 8b5c2cc..08ef1ac 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -616,8 +616,8 @@ Exclusions `~` and `|` operators are not supported, e.g. `ipaddress=~192.168.1.1 ``` but the above solution is not perfect: -- the first above filter doesn't match/exclude `95.216.7.22y` where `y` is any digit, for example `95.216.7.228` -- the second above filter even worse: doesn't match/exclude: `x95.216.7.22y` where `x` and/or `y` is any digit, for example `195.216.7.22` or `95.216.7.221` or `195.216.7.221`. +- the first above filter doesn't match/include `95.216.7.22y` where `y` is any digit, for example `95.216.7.228` +- the second above filter even worse: doesn't match/include: `x95.216.7.22y` where `x` and/or `y` is any digit, for example `195.216.7.22` or `95.216.7.221` or `195.216.7.221`. But still some users might find them useful.