diff --git a/FAQ.md b/FAQ.md
index 3ad7b5e02d..888343b081 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -2899,9 +2899,12 @@ to be able to match [unfolded headers](https://tools.ietf.org/html/rfc2822#secti
+
**Expressions**
-Since version 1.2174 it is possible to use expression conditions.
+Since version 1.2174 it is possible to use expression conditions like:
+
+```from contains "@example.com" && subject contains "Example"```
Please [see here](https://ezylang.github.io/EvalEx/references/references.html) about which constants, operators and functions are available.
diff --git a/index.html b/index.html
index 7afaeda2ee..a987624e79 100644
--- a/index.html
+++ b/index.html
@@ -1582,8 +1582,9 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>
.*alice@example\.org.*|.*bob@example\.org.*|.*carol@example\.org.*
Note that dot all mode is enabled to be able to match unfolded headers.
Expressions
-Since version 1.2174 it is possible to use expression conditions.
+ +Since version 1.2174 it is possible to use expression conditions like:
+from contains "@example.com" && subject contains "Example"
Please see here about which constants, operators and functions are available.
The following extra variables are available: