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: