Updated FAQ

master
M66B 1 week ago
parent b640fd4dae
commit 84ea61f9a7

@ -3026,8 +3026,8 @@ The following extra operators are available:
* *contains* (string/array of strings contains substring)
* *matches* (string/array of strings matches regex)
* *startswith* / *endswith* (string/array of strings starting or ending with a string; since version 1.2233)
* *jpath* (string/array of JSON strings matching the [specified path](https://github.com/json-path/jsonpath); since version 1.2233)
* *startswith* / *endswith* (string/array of strings starting or ending with a string; since version 1.2333)
* *jpath* (string/array of JSON strings matching the [specified path](https://github.com/json-path/jsonpath); since version 1.2333)
The following extra functions are available:

@ -1656,8 +1656,8 @@ X-Google-Original-From: Somebody &lt;somebody+extra@example.org&gt;</code></pre>
<ul>
<li><em>contains</em> (string/array of strings contains substring)</li>
<li><em>matches</em> (string/array of strings matches regex)</li>
<li><em>startswith</em> / <em>endswith</em> (string/array of strings starting or ending with a string; since version 1.2233)</li>
<li><em>jpath</em> (string/array of JSON strings matching the <a href="https://github.com/json-path/jsonpath">specified path</a>; since version 1.2233)</li>
<li><em>startswith</em> / <em>endswith</em> (string/array of strings starting or ending with a string; since version 1.2333)</li>
<li><em>jpath</em> (string/array of JSON strings matching the <a href="https://github.com/json-path/jsonpath">specified path</a>; since version 1.2333)</li>
</ul>
<p>The following extra functions are available:</p>
<ul>

Loading…
Cancel
Save