Checks if a string contains only uppercase characters.
The string to check.
true if the string contains only uppercase characters.
See Implementation
Checks if a string contains only uppercase characters.