...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::algorithm::to_lower — Convert to lower case.
// In header: <boost/algorithm/string/case_conv.hpp> template<typename WritableRangeT> void to_lower(WritableRangeT & Input, const std::locale & Loc = std::locale());