#include any_of(str.begin(), str.end(), isupper)
char character = 'A'; //0100 0001 if((character & 0x20) == 0) { //is uppercase }