Updated FAQ

This commit is contained in:
Marcel Bokhorst 2022-08-28 16:54:51 +02:00 committed by GitHub
parent 3db1eff23d
commit 17c61c35ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
FAQ.md
View File

@ -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: