gradiov
February 7th, 2005, 09:35 PM
Hi everyone. A quick STL question here: is there any function/method defined for case-insencitive comparesent of two std::string objects and if not - what would be the C++ way to convert std::string content to upper/lower case.
I am very well aware of strupr, _tcsupr and other C fucntions that would allow me to do this but what would be the C++ way?
Thanks a lot.
I am very well aware of strupr, _tcsupr and other C fucntions that would allow me to do this but what would be the C++ way?
Thanks a lot.