Returns a new string containing only the distinct characters from the input string, preserving their original order of appearance.
The input string from which to extract distinct characters.
A string with duplicate characters removed.
4.0.0
2022-07-02
Returns a new array containing only the unique elements from the input array.
The array from which to extract distinct elements.
A new array with duplicate elements removed, preserving the order of first occurrence.
Returns a new string containing only the distinct characters from the input string, preserving their original order of appearance.