Methods
(inner) uniqueCharacterFilter(string) → {string}
A function that filters a string for unique characters.
Parameters:
Name | Type | Description |
---|---|---|
string | string | The string to filter unique characters. |
Returns:
A string containing only unique characters
- Type
- string