From 17c61c35ae3f5c1eb55fdbad5c93dbc22520d932 Mon Sep 17 00:00:00 2001 From: Marcel Bokhorst Date: Sun, 28 Aug 2022 16:54:51 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index 0fcee640c9..405817c586 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2547,6 +2547,7 @@ You can use multiple rules, possibly with a *stop processing*, for an *or* or a Matching is not case sensitive, unless you use [regular expressions](https://en.wikipedia.org/wiki/Regular_expression). Please see [here](https://developer.android.com/reference/java/util/regex/Pattern) for the documentation of Java regular expressions. +Note that you need to match the complete text from the first to the last character. You can test a regex [here](https://regexr.com/). Note that a regular expression supports an *or* operator, so if you want to match multiple senders, you can do this: