To remove Duplicates from the string in cpp the best way code example Example: removing repeated characters in a string c++ s.erase(std::unique(s.begin(), s.end()), s.end());