how to remove duplicate char from string in c++ code example Example: removing repeated characters in a string c++ s.erase(std::unique(s.begin(), s.end()), s.end());