Skip to content

Commit 3ea0104

Browse files
authored
Update operators.mdx
added this: <br/> <sup>4</sup> All operators are case-sensitive unless explicitly stated as case-insensitive, such as the Wildcard operator mentioned above.
1 parent 8215a07 commit 3ea0104

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/docs/ruleset-engine/rules-language/operators.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ The Rules language supports these comparison operators:
182182
<sup>1</sup> For more information, refer to [Wildcard matching](#wildcard-matching).<br/>
183183
<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/>
184184
<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/).
185+
<br/>
186+
<sup>4</sup> All operators are case-sensitive unless explicitly stated as case-insensitive, such as the Wildcard operator mentioned above.
185187

186188
:::caution
187189
Comparison operators entered using English notation (such as `eq`, `lt`, and `gt`) must be written in lowercase.

0 commit comments

Comments
 (0)