한국어
다크 모드
주어진 문자열에서 중복 문자를 제거하고 하나만 출력합니다.
str::string
string
strUnique('aaabbbcc'); // Returns 'abc'