Wordle Word List

Source Notebook

List of allowed words to solve the daily Wordle puzzle

Details

Wordle is a daily word game that can be played here: https://www.powerlanguage.co.uk/wordle/

Examples

Basic Examples

There are 12,972 words that can be used to solve Wordle:

In[1]:=
ResourceData[\!\(\*
TagBox["\"\<Wordle Word List\>\"",
#& ,
BoxID -> "ResourceTag-Wordle Word List-Input",
AutoDelete->True]\)] // Length
Out[1]=

Random sample of Wordle words:

In[2]:=
RandomSample[ResourceData[\!\(\*
TagBox["\"\<Wordle Word List\>\"",
#& ,
BoxID -> "ResourceTag-Wordle Word List-Input",
AutoDelete->True]\)], 10]
Out[2]=

Get words that start with the letters "wo":

In[3]:=
Select[ResourceData[\!\(\*
TagBox["\"\<Wordle Word List\>\"",
#& ,
BoxID -> "ResourceTag-Wordle Word List-Input",
AutoDelete->True]\)], StringMatchQ[#, "wo" ~~ ___] &]
Out[3]=

Get words that match a given pattern:

In[4]:=
Select[ResourceData[\!\(\*
TagBox["\"\<Wordle Word List\>\"",
#& ,
BoxID -> "ResourceTag-Wordle Word List-Input",
AutoDelete->True]\)], StringMatchQ[#, _ ~~ "r" ~~ _ ~~ "x" ~~ _] &]
Out[4]=

Arnoud Buzing, "Wordle Word List" from the Wolfram Data Repository (2022)  

Data Resource History

Data Downloads

Publisher Information