Updated FAQ

This commit is contained in:
M66B
2024-04-29 15:17:06 +02:00
parent 7c8548616a
commit 8270c9abbf
2 changed files with 4 additions and 4 deletions

4
FAQ.md
View File

@@ -2769,8 +2769,8 @@ The following extra variables are available:
The following extra operators are available:
* *contains* (contains substring)
* *matches* (matches regex)
* *contains* (string/array of strings contains substring)
* *matches* (string/array of strings matches regex)
The following extra functions are available:

View File

@@ -1510,8 +1510,8 @@ X-Google-Original-From: Somebody &lt;somebody+extra@example.org&gt;</code></pre>
</ul>
<p>The following extra operators are available:</p>
<ul>
<li><em>contains</em> (contains substring)</li>
<li><em>matches</em> (matches regex)</li>
<li><em>contains</em> (string/array of strings contains substring)</li>
<li><em>matches</em> (string/array of strings matches regex)</li>
</ul>
<p>The following extra functions are available:</p>
<ul>