Word Pattern Finder
Type the letters you know and a question mark for each unknown one. The pattern length sets the word length, so “c?t” finds cat, cot and cut.
Runs entirely in your browser — your text is never uploaded
Type the letters you know and a question mark (?) for every unknown letter. The pattern length is the word length, so ?a??e finds five-letter words with an “a” second and an “e” last.
Enter a pattern using ? for unknown letters.
How to use the word pattern finder
- Enter your pattern using ? for every unknown letter.
- Add letters the word must also contain, if you know any.
- Review the matches and copy the one that fits.
Examples
Input
c?t
Result
cat, cot, cut
Input
??ight
Result
bright, flight, slight, blight
About the word pattern finder
Pattern matching is the most precise way to search a dictionary when you know where letters sit. Each question mark matches exactly one letter, so the pattern always has the same length as the answer.
If you know letters but not their positions, a contains search is a better fit; if you know only the start or end, use the prefix and suffix tools instead.
Frequently asked questions
What wildcard characters can I use?
A question mark (?) stands for one unknown letter. Every other character is matched literally.
Can a pattern match words of different lengths?
No. The pattern length is the word length. To search across lengths, use the Word Length Finder or Words Containing tools.
Ready-made word lists
Prefer to browse instead of search? These lists are already built.
Related tools
Crossword Word Finder
Fill a crossword slot from the letters you already have.
Open toolWord Finder
Search words by pattern, length, start, end and contained letters.
Open toolWords With Letters
List words that contain the letters you specify.
Open toolWord Length Finder
Find words by exact, minimum or maximum length.
Open tool