Skip to content

Commit 3dc7780

Browse files
authored
Update 003_Using_wildcard_and_regexp.md
Removed a self reference Signed-off-by: Hofi <hofione@gmail.com>
1 parent c250d42 commit 3dc7780

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/_admin-guide/080_Log/030_Filters/003_Using_wildcard_and_regexp.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ string, for example, on myhost-1, myhost-2, and so on.
3030
filter f_wildcard {host("myhost*" type(glob));};
3131
```
3232

33-
For details on using regular expressions in {{ site.product.short_name }}, see Using
34-
wildcards, special characters, and regular expressions in filters.
35-
3633
To filter for special control characters like the carriage return (CR),
3734
use the **\\r** escape prefix in {{ site.product.short_name }} version 3.0 and 3.1. In
3835
{{ site.product.short_name }} 3.2 and later, you can also use the \\x escape prefix and

0 commit comments

Comments
 (0)