From 72eb216746967987c2dc6f1b15d2de135e26d933 Mon Sep 17 00:00:00 2001 From: nenizera Date: Wed, 11 Dec 2024 10:37:40 +0000 Subject: [PATCH] [Rules] Update edit-expressions.mdx It is a compound adjective, and the hyphen is used to clarify that the two words function together to modify the noun that follows. --- .../rules-language/expressions/edit-expressions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ruleset-engine/rules-language/expressions/edit-expressions.mdx b/src/content/docs/ruleset-engine/rules-language/expressions/edit-expressions.mdx index 5e57425297881e7..47e380c0d2fb4f8 100644 --- a/src/content/docs/ruleset-engine/rules-language/expressions/edit-expressions.mdx +++ b/src/content/docs/ruleset-engine/rules-language/expressions/edit-expressions.mdx @@ -70,7 +70,7 @@ Only the Expression Editor supports nested expressions such as the one above. If :::note -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: +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: ```txt lower(http.request.uri.path) contains "/wp-login.php"