diff --git a/FAQ.md b/FAQ.md index 0a3532a428..99c101ab6d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2912,6 +2912,8 @@ Since version 1.2174 it is possible to use expression conditions like: ```from contains "@example.com" && subject contains "Example"``` +Note that there is a separate input field for expression conditions. You can use newlines for more clarity. + Please [see here](https://ezylang.github.io/EvalEx/references/references.html) about which constants, operators and functions are available. The following extra variables are available: diff --git a/index.html b/index.html index aef94da4aa..f9bbfc1c51 100644 --- a/index.html +++ b/index.html @@ -1586,6 +1586,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>
Since version 1.2174 it is possible to use expression conditions like:
from contains "@example.com" && subject contains "Example"
Note that there is a separate input field for expression conditions. You can use newlines for more clarity.
Please see here about which constants, operators and functions are available.
The following extra variables are available: