How to convert an instance of std::string to lower case I want to convert a std::string to lowercase. I am aware of the function tolower(). However, in the past I have had issues with this function and it is... April 18, 2022 0 Comments