Home
last modified time | relevance | path

Searched refs:rightPos (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Dstring_ex.cpp213 string::size_type rightPos = str.find(right, leftPos + left.length()); in GetFirstSubStrBetween() local
214 if (rightPos == string::npos) { in GetFirstSubStrBetween()
218 sub = str.substr((leftPos + left.length()), (rightPos - (leftPos + left.length()))); in GetFirstSubStrBetween()
219 return rightPos; in GetFirstSubStrBetween()

Completed in 1 milliseconds