Home
last modified time | relevance | path

Searched refs:LowerStr (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/c_utils/base/include/
Dstring_ex.h54 std::string LowerStr(const std::string& str);
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_string_test.cpp89 string result = LowerStr(strBase);
93 result = LowerStr(strBase);
101 string result = LowerStr(strBase);
/commonlibrary/c_utils/docs/zh-cn/
Dc-utils-guide-string.md25 | std::string | **LowerStr**(const std::string& str)<br>将字符串的所有字母替换为小写。 |
/commonlibrary/c_utils/base/src/
Dstring_ex.cpp34 string LowerStr(const string& str) in LowerStr() function