From 4c8866585dde3bbccd91a36d98e24c244de276c5 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 14 Apr 2023 07:57:50 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index 9217240c12..ef9990a1b8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2610,6 +2610,8 @@ Note that email addresses are formatted like this: "Somebody" `` +When using a regex, you need to take care to match the complete address. + Note that message texts are normalized when not using a regex, which means that all whitespaces (spaces, tabs, line breaks, etc) are replaced by a single space. This makes it easier to match texts on multiple lines or when the line break is at different places.