Lowercase
The text of the (key
) shall be all lowercase.
Parameter table
param | unit | required | description |
---|---|---|---|
key | yes | The key of the value to check if it is all lowercase (key ). |
Correction
The correction will be applied to the provided (key
),
wherein the text will undergo conversion to lowercase for all its characters.
Note: numbers and special characters will not be converted.
How to setup
The rule verifies whether the text associated with the specified (key
) is entirely in lowercase.
If the text does not meet this criterion, the rule will fail.
For more complex checks, you can use the rule Regex.
Examples
value | valid | description |
---|---|---|
hello world 12! | ✅ | The text contains only lowercase characters. |
Hello World 12! | ❌ | The text contains uppercase characters. |