Subject: Re: [Boost-users] compare strings??
From: Patrick Horgan (phorgan1_at_[hidden])
Date: 2009-12-02 15:01:23


Christoph Gysin wrote:
I'm sorry but why wouldn't you use std::string::compare() ?
    

Please enlighten me how to do case insensitive string comparison with
std::string::compare().
  
boost::iequals(std::string s1, std::string s2)

Patrick