Crossword helpers fail for boring reasons. You typed the wrong wildcard. You typed five question marks when you already had two crossings. You treated a Scrabble word list like it contains OSLO and ETUI and NBA.
Notation is the small skill that makes a helper worth opening.
The grid is already a pattern
A five-letter slot with crossings might look like:
C _ A _ T
That is not “any five-letter word.” That is a C, an unknown, an A, an unknown, a T.
How you type it depends on the tool:
C?A?TC.A.TC_A_TC*A*T(dangerous: in many systems*means “any number of letters,” which would also matchCOATandCATandCONTRACTif length isn’t fixed)
For crossword work you almost always want one symbol per square. Fixed length. If the tool’s field is “type the squares,” count them.
On Smart Word Tools’ crossword helper, check whether the live field wants ? or . before you paste a mix. This article treats ? as “exactly one unknown letter” unless noted.
? versus . versus _ versus *
| Symbol | Usual meaning in helpers | Crossword use |
|---|---|---|
? | One unknown letter | Safe default if the docs say so |
. | One unknown (regex habit) | Fine if the tool is regex-like |
_ | One unknown, visual | Convert to ? if the engine doesn’t like underscores |
* | Zero or more letters | Rarely what you want for a single slot |
# | Sometimes “any consonant” or “number” | Don’t invent this |
Regex-fluent people type C.A.T and then wonder why a non-regex field looked for a literal period. If results are empty, you probably searched for a dot.
Some engines want C??T without periods. Some want spaces: C _ A _ T. Match the UI, don’t match this table from memory if they disagree.
Worked American puzzle slot
Clue: “Kitchen fixture (5)”
Downs have given you: position 1 S, position 4 V.
Pattern: S??V?
Possible fills from a broad English list: SIEVE, STAVE, SALVE, SOLVE, SERVE…
Definition: kitchen fixture. SIEVE fits. STAVE is wood. SALVE is ointment. SOLVE is a verb. SERVE is not a fixture.
You didn’t need 200 words. You needed the crossings, then the clue. If you’d typed ????? and filtered by “kitchen” in your head while scrolling, you’d waste the one advantage the grid gave you.
Cryptic extra: pattern after wordplay, not before
Cryptic clues often don’t mean the surface story. “Flower” might be a river. “Initially” might mean first letters.
Still, the grid is honest. If the answer is five letters and you have B?A?S, you can generate candidates (BEANS, BRASS, BOARS, BEATS) and then see which one the wordplay actually produces.
Don’t generate from the surface English before you have letters. You’ll fall in love with a synonym that doesn’t fit.
Crosswordese vs Scrabble lists
A helper backed by TWL06 or Collins will be wrong in two directions.
It includes inflected Scrabble junk crosswords don’t want (QATS as a Tuesday fill is possible but the clue would have to ask for it).
It misses names, abbreviations, fill-in-the-blanks from titles, and crosswordese that Scrabble never cared about. ETUI, OLEO, ESNE, ANOA show up in puzzles. Some are in Scrabble lists, some aren’t. OSLO, ERIE, NEO, RBI are puzzle staples.
If the helper returns nothing for O?L? and the clue is “Norway’s capital,” the tool isn’t broken. The list is the wrong sport. Type the pattern into your own head: OSLO.
Use Scrabble-based matching for ordinary vocabulary slots. Keep a separate instinct for names and abbreviations.
Partial words and rebus squares
If a square contains RE as a rebus, your linear ? pattern is a lie. The slot might be five squares and six letters. Helpers that assume one letter per square will not see REBUS-style fills correctly. Solve those by hand.
Hyphenates and phrases: American themed puzzles love ICECREAM as 8 letters with no space. Type it as one token. British-style may treat checked letters differently, but the pattern you type is still the sequence of letters in the slot, spaces omitted unless the puzzle keeps them (it usually doesn’t).
How many letters should you lock before searching
Rule of thumb: search once you have 40%+ of the slot, or any rare letter.
????? for a 5 is a dictionary dump.??J?? is already useful because J is rare.A??LE is useful.E???? is only slightly better than nothing; E is everywhere.
If you have a Q, J, X, or Z crossing, enter that even if the rest is blank. ??Q?? plus a clue is often enough.
Case, plurals, tense
Helpers are usually case-insensitive. Good.
They are not grammar-aware. RAN and RUN both match R?N. The clue “fled” wants RAN. The clue “manage” wants RUN. You apply that. Don’t blame the list.
If the clue is plural (“pests”) and the pattern is A?T?, ANTS beats ANTE. If the pattern is ANTE fully checked, the clue isn’t plural or you have a wrong crossing.
Mini workflow that doesn’t turn into cheating your own puzzle
Some people only use helpers on leftover slots after the rest of the grid is done. Some people use them mid-puzzle as a learning tool (especially on cryptics). That’s your business.
A clean method:
- Pencil every crossing you’re sure of.
- Convert to a
?pattern of the right length. - Generate.
- Strike anything that fights the clue’s part of speech.
- If two survive, look at unchecked letters and the rest of the grid before you pick.
If the generator is empty, you have a wrong crossing more often than you have a missing word. Recheck downs.
Examples worth copying into a notes app
??ING(5) + clue “existing” →BEING(alsoAGING,APING,AWINGdepending on list; clue picks)A?E(3) + “before” →ERE(crosswordese) orAGEorACE; crossings decideQ?(2) is almost never a crossword slot of length 2 in American themed grids, but British cryptics have short words; don’t force ScrabbleQIinto a puzzle that wantsQAas an abbreviation unless the clue says soH?M?(4) + “Homer’s catchphrase starter” might beDOH!with punctuation stripped or not a letter slot at all
Keep a personal list of notation mistakes you’ve made. The usual one is mixing * and ? and then believing the language has no five-letter word for the clue, when you actually searched for a variable-length blob.
Type the squares you have. Not the squares you wish you had. The clue is a filter. The pattern is the search.
