titanandrews
Programmer
Actually this is a multi-part question. I am looking for a function in the string class to compare 2 strings and ignore case. In Java there is such a function, compareToIgnoreCase(), but I cannnot find anything in the standard library for C++. So I thought maybe there would be a toUpper() and toLower() function but I also cannot find these. Surely there are similar functions somewhere in the C++ standard libs. Can someone please point me the way. Many thanks to you!
Barry
Barry