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