StringTools[Unique] - convert a string to a character set
|
Calling Sequence
|
|
Unique( s )
|
|
Description
|
|
•
|
The Unique(s) command returns a string, which contains exactly one instance of each character that occurs in the input string s, using a linear time, constant space algorithm.
|
•
|
The order in which the characters appear in the output string is not defined. In particular, the value returned by Unique may differ from the input even when the input contains no duplicate characters.
|
•
|
To test whether a string s contains more than one instance of some character, use .
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?