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