diff --git a/FAQ.md b/FAQ.md index 69270188d2..07ca2531e5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2755,6 +2755,10 @@ Note that a regular expression supports an *or* operator, so if you want to matc Note that [dot all mode](https://developer.android.com/reference/java/util/regex/Pattern#DOTALL) is enabled to be able to match [unfolded headers](https://tools.ietf.org/html/rfc2822#section-3.2.3). +
+ +**Expressions** + Since version 1.2174 it is possible to use expression conditions, which is [experimental](#faq125) for now. 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 7586d3ea29..89bcfaf689 100644 --- a/index.html +++ b/index.html @@ -1498,6 +1498,8 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>

Note that a regular expression supports an or operator, so if you want to match multiple senders, you can do this:

.*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, which is experimental for now.

Please see here about which constants, operators and functions are available.

The following extra variables are available: