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
std::string
tolower()
#include using namespace std; int main () { ios::sync_with_stdio(false); string str="String Convert\n"; for(int i=0; i