Skip to main content

Uppercase

The text of the (key) shall be all uppercase.

Parameter table

paramunitrequireddescription
keyyesThe key of the value to check if it is all uppercase (key).

Correction

The correction will be applied to the provided (key), wherein the text will undergo conversion to uppercase 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 uppercase. If the text does not meet this criterion, the rule will fail.

For more complex checks, you can use the rule Regex.

Examples

valuevaliddescription
HELLO WORLD 12!The text contains only uppercase characters.
Hello World 12!The text contains lowercase characters.