我想将a转换std::string为小写.我知道这个函数tolower(),但是在过去我遇到了这个函数的问题,并且它很难理想,因为使用a std::string会需要迭代每个字符.
std::string
tolower()
有没有一种方法可以100%的时间运作?
c++ string c++-standard-library tolower
c++ ×1
c++-standard-library ×1
string ×1
tolower ×1