uppercase in string c++ code example Example: convert all characters in string to uppercase c++ transform(str.begin(), str.end(), str.begin(), ::toupper);