Searched refs:erase_to_last_of (Results 1 – 5 of 5) sorted by relevance
27 std::string erase_to_last_of(std::string const & str, char ch);
23 string erase_to_last_of(string const & str, char ch) in erase_to_last_of() function
180 return erase_to_last_of(result, '/'); in op_basename()
57 string result = erase_to_last_of(cur->input, ';'); in erase_to_last_of_tests()
2095 * libutil++/string_manip.cpp: erase_to_last_of() is not a ltrim()2106 * libutil++/string_manip.cpp: and tidy erase_to_last_of(), rtrim() and