Practical guide · 5 min read
How to Use a Word Pattern Finder
Learn how wildcard patterns such as A??LE narrow crossword, Wordle and spelling searches, with examples and common mistakes.
How the pattern syntax works
The number of pattern characters sets the exact word length. Known letters stay in their positions; each question mark represents exactly one unknown letter. Spaces and punctuation are not part of the pattern.
| Pattern | Meaning | Possible match |
|---|---|---|
| A??LE | Five letters; A first, L fourth, E fifth | APPLE |
| ?IGHT | Five letters ending IGHT | LIGHT |
| C?A?E | Five letters with C, A and E fixed | CRANE |
| ??? | Any three-letter word | CAT |
Use it for crosswords
Suppose the clue is “fruit” and the grid shows A??LE. APPLE matches both the letters and definition. If a result matches the letters but not the clue, it is not the answer.
- Count the answer squares before entering a pattern.
- Fill known crossing letters in their exact positions.
- Use ? for every blank square, including blanks at the beginning or end.
- Compare the results with the clue’s definition, tense and plural form.
Use it for Wordle-style puzzles
Place confirmed green letters in the pattern and leave unknown positions as ?. Then use separate include and exclude controls in the Wordle-specific tool for yellow and gray letters. Do not put a yellow letter into a position the game has already ruled out.
Mistakes that produce poor results
- Using * when the tool expects ?. A question mark represents one letter.
- Entering too few question marks, which changes the required word length.
- Adding a guessed letter as if it were confirmed.
- Forgetting that a result list uses a general English dictionary, not every puzzle publisher’s private answer list.
Narrow carefully
Begin with only confirmed information. If the list is long, add one trustworthy condition. If it is empty, remove the least certain condition first. This preserves good candidates while making it easier to spot which assumption caused the problem.
Frequently asked questions
Does ? stand for more than one letter?
No. Each question mark stands for exactly one unknown letter, so the pattern length must match the answer length.
Why can a valid-looking crossword answer be missing?
The site uses a general English word list. Proper names, specialist terms and answers from a publisher-specific list may not be included.
Tools mentioned in this guide
Word Pattern Finder
Match words against a letter pattern like c?t.
Open toolCrossword Word Finder
Fill a crossword slot from the letters you already have.
Open toolWordle Word Finder
Narrow down daily word puzzles using green, yellow and grey clues.
Open toolWord Finder
Search words by pattern, length, start, end and contained letters.
Open toolRelated guides
How to Find the Right Words When You’re Stuck
A practical method for finding the right word in puzzles and writing by using known letters, meaning, length and context.
Wordle Strategy: How to Narrow Down Possible Words
A practical Wordle strategy for using green, yellow and gray feedback, choosing informative guesses and handling repeated letters.