Skip to content

Commit 39e024d

Browse files
authored
Update 003_Using_wildcard_and_regexp.md (#219)
Removed a self reference
2 parents f5f9b10 + 3dc7780 commit 39e024d

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)