|
-
February 7th, 2005, 10:35 PM
#1
comparing std::string objects - no case
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|