<li><em>contains</em> (string/array of strings contains substring)</li>
<li><em>contains</em> (string/array of strings contains substring)</li>
<li><em>matches</em> (string/array of strings matches regex)</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>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 <ahref="https://github.com/json-path/jsonpath">specified path</a>; since version 1.2233)</li>
</ul>
</ul>
<p>The following extra functions are available:</p>
<p>The following extra functions are available:</p>