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