check if the string str is lowercase
str
bool isLowerCase(String str) { return str == str.toLowerCase(); }