Remove Consecutive Duplicates: Example
Remove Consecutive Duplicates: Example
Remove Consecutive Duplicates: Example
Send Feedback
For a given string(str), remove all the consecutive duplicate characters.
Example:
Input String: "aaaa"
Expected Output: "a"