how to change a string to all lowercase in c++ code example Example: convert characters to lowercase c++ str[i] = tolower(str[i]);