Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
Dstring_ex.cpp201 string::size_type GetFirstSubStrBetween(const string& str, const string& left, in GetFirstSubStrBetween() function
222 string::size_type pos = GetFirstSubStrBetween(strTmp, left, right, subString); in GetSubStrBetween()
226 pos = GetFirstSubStrBetween(strTmp, left, right, subString); in GetSubStrBetween()
/commonlibrary/c_utils/base/include/
Dstring_ex.h191 std::string::size_type GetFirstSubStrBetween(const std::string& str, const std::string& left,
/commonlibrary/c_utils/base/test/unittest/common/
Dutils_string_test.cpp542 string::size_type pos = GetFirstSubStrBetween(strBase, left, right, strValue);
548 pos = GetFirstSubStrBetween(strBase, left, right, strValue);
559 string::size_type pos = GetFirstSubStrBetween(strBase, left, right, strValue);
/commonlibrary/c_utils/docs/zh-cn/
Dc-utils-guide-string.md16 | std::string::size_type | **GetFirstSubStrBetween**(const std::string& str, const std::string& lef…