Function Dune::XT::Common::to_lower¶
-
std::string Dune::XT::Common::to_lower(const std::string &ss)¶
Converts each character of a string to lower case using std::tolower.
Note
This might not do what you expect, given your locale.
See also: <http://en.cppreference.com/w/cpp/string/byte/tolower /sa ::tolower>