How to do case-insensitive compare using std::string?

Posted by WilliamKF on Stack Overflow See other posts from Stack Overflow or by WilliamKF
Published on 2010-05-22T00:54:17Z Indexed on 2010/05/22 1:40 UTC
Read the original article Hit count: 231

How do I do a case insensitive string compare using std::string (i.e. strcasecmp())?

© Stack Overflow or respective owner

Related posts about c++

Related posts about stdstring