Checks if the given string contains only uppercase characters.
The string to validate.
True if the string contains only uppercase characters, false otherwise.
Checks if the given string contains only uppercase characters.