You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added: All string operators are case-sensitive unless explicitly stated as case-insensitive, such as the `wildcard` operator.
---------
Co-authored-by: Pedro Sousa <[email protected]>
@@ -179,8 +179,8 @@ The Rules language supports these comparison operators:
179
179
</div>
180
180
181
181
{/* prettier-ignore */}
182
-
<sup>1</sup> For more information, refer to [Wildcard matching](#wildcard-matching).<br/>
183
-
<sup>2</sup> Access to the `matches` operator requires a Cloudflare Business or Enterprise plan. For more information, refer to [Regular expression matching](#regular-expression-matching).<br/>
182
+
<sup>1</sup> All string operators are case-sensitive unless explicitly stated as case-insensitive, such as the `wildcard` operator.<br/>
183
+
<sup>2</sup> Access to the `matches` operator requires a Cloudflare Business or Enterprise plan.<br/>
184
184
<sup>3</sup> Currently, not all Cloudflare products support lists in their expressions. For more information on lists, refer to [Inline lists](/ruleset-engine/rules-language/values/#inline-lists) and [Lists](/waf/tools/lists/).
0 commit comments