Case-insensitive string comparison in C++ [closed]

What is the best way of doing case-insensitive string comparison in C++ without transforming a string to all uppercase or all lowercase?

Please indicate whether the methods are Unicode-friendly and how portable they are.

30 Answers
30

Leave a Comment