Checks if the string is in uppercase.
static bool isUpperCase(String value) => value == value.toUpperCase();