Basic Examples 
(3)
 

Test whether "trace" is an anagram of "crate":
In[77]:=
[◼]
AnagramQ
["trace","crate"]
Out[77]=
True
———
Test whether "the Morse code" is an anagram of "Here come dots":
In[78]:=
[◼]
AnagramQ
["the Morse code","Here come dots"]
Out[78]=
True
———
Test whether "extraterrestrial" is an anagram of "xylophone":
In[65]:=
[◼]
AnagramQ
["extraterrestrial","xylophone"]
Out[65]=
False

Scope 
(1)
 


Options 
(3)
 


Applications 
(2)
 


Possible Issues 
(5)
 


Neat Examples 
(2)
 
