Dictionary LookupHere is a simple utility for searching for words in a dictionary (by default, an example dictionary that comes with Mathematica is loaded). In[125]:=  |
Use Pick, rather than Select, for efficiency reasons (see Tips and Tricks for Efficient Matching). In[126]:=  |
Load the dictionary. In[127]:=  |
In[128]:=  |
Out[128]=
|
Search for all words with the second and third letters being "ab". In[129]:=  |
Out[129]=
|
This finds words containing nonword characters. In[130]:=  |
Out[130]=
|
|