Checks if all letter characters in "str" are upper case.
true if all letter characters in "str" are upper case or false otherwise
See Implementation
Checks if all letter characters in "str" are upper case.