Skip to content

Commit 4afd224

Browse files
authored
[Ruleset Engine] Update edit-expressions.mdx (#18677)
1 parent af8579c commit 4afd224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/ruleset-engine/rules-language/expressions/edit-expressions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Only the Expression Editor supports nested expressions such as the one above. If
7070

7171
:::note
7272

73-
String comparison in rule expressions is case sensitive. To account for possible variations of string capitalization in an expression, you can use the [`lower()`](/ruleset-engine/rules-language/functions/#lower) function and compare the result with a lowercased string, like in the following example:
73+
String comparison in rule expressions is case-sensitive. To account for possible variations of string capitalization in an expression, you can use the [`lower()`](/ruleset-engine/rules-language/functions/#lower) function and compare the result with a lowercased string, like in the following example:
7474

7575
```txt
7676
lower(http.request.uri.path) contains "/wp-login.php"

0 commit comments

Comments
 (0)