English
Appearance
Remove duplicate characters from a given string and output only one.
str::string
string
strUnique('aaabbbcc'); // Returns 'abc'