From 1cddde28442a6e954dd212c329c0b0748dcf276d Mon Sep 17 00:00:00 2001 From: Peter Bartyik Date: Thu, 3 Sep 2020 13:15:54 +0200 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bc17ba..6954d5b 100644 --- a/README.md +++ b/README.md @@ -167,8 +167,9 @@ Add extra patterns to match. This parameter can have multiple instances. For example: ``` -set -g @thumbs-regexp-1 '[a-z]+@[a-z]+.com' # Match emails -set -g @thumbs-regexp-2 '[a-f0-9]{2}:[a-f0-9]{2}:[a-f0-9]{2}:[a-f0-9]{2}:[a-f0-9]{2}:[a-f0-9]{2}:' # Match MAC addresses +set -g @thumbs-regexp-1 [a-z]+@[a-z]+.com # Match emails +set -g @thumbs-regexp-2 [a-f0-9]{2}:[a-f0-9]{2}:[a-f0-9]{2}:[a-f0-9]{2}:[a-f0-9]{2}:[a-f0-9]{2}: # Match MAC addresses +set -g @thumbs-regexp-3 Vlan\\d+ # match Vlan interface on network devices ``` ### @thumbs-command