check if the string str is uppercase
str
bool isUppercase(String str) { return str == str.toUpperCase(); }