Searched refs:targetChars (Results 1 – 2 of 2) sorted by relevance
92 size_t replace(std::string &str, const char *targetChars, const char replaceChar) in replace() argument96 if (strchr(targetChars, c) != nullptr) { in replace()
84 size_t replace(std::string &str, const char *targetChars, const char replaceChar);