Searched refs:LowerStr (Results 1 – 4 of 4) sorted by relevance
54 std::string LowerStr(const std::string& str);
89 string result = LowerStr(strBase);93 result = LowerStr(strBase);101 string result = LowerStr(strBase);
25 | std::string | **LowerStr**(const std::string& str)<br>将字符串的所有字母替换为小写。 |
34 string LowerStr(const string& str) in LowerStr() function