Original Post
Hi im using std::string, and i'm doing a string sort and a string search(by dividing and checking if the string im looking for is >, =, < then the marker). Anyway the problem is when sorting capitals with lower case strings, it puts captials in front of lower case, eg: Hello and hi So I was wondering if the std:string class comes with some kind of toLowerCase function? Thanks