StringTools[IsAnagram] - test whether one string is an anagram of another
|
Calling Sequence
|
|
IsAnagram( s, t )
|
|
Description
|
|
•
|
The IsAnagram(s,t) command returns the value true if the string s is an anagram (permutation) of the string t. Otherwise, the value false is returned.
|
•
|
If s and t are empty strings, the command returns true.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
|
|
Download Help Document
Was this information helpful?