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