Kefiw

Archived noindex page. Kefiw's public focus is Property decision help.

Archived page

This older Kefiw page is kept for reference, marked noindex, and removed from the primary sitemap. The current Kefiw experience is focused on property decisions: cost, quotes, damage, buying, selling, owning, and packets.

Go to Property

Wildcard Patterns in Word Finder

How the ? and * wildcards really work, with worked examples.

Master two symbols and you can describe almost any word-shape search.

Wildcards turn a word finder into a pattern engine. Two symbols — ? for a single unknown letter and * for any number of letters — cover almost every real search you need.

Part of: Pattern & Puzzle Solvers

Quick answer

Master two symbols and you can describe almost any word-shape search.

What you are trying to do
How the ? and * wildcards really work, with worked examples.
Best next step
Word Finder by Letters
Limit to remember
Treat this as a practical aid for the task, not a replacement for professional judgment.

Key points

  • ? stands for exactly one letter. "C?T" matches CAT, COT, CUT — but not CART.
  • * stands for zero or more letters. "C*T" matches CT, CAT, CART, CONTEST.
  • Mix them: "?A*E" matches any word whose second letter is A and last letter is E.
  • Anchors matter: "*ING" finds ING-endings; "ING*" finds ING-starters.
  • For Wordle-style searches, ? is almost always what you want — fixed length, unknown letters.

Examples

  • C?T
    Three letters, middle unknown. Matches CAT, COT, CUT.
  • C*T
    Starts C, ends T, any middle. Matches CT, CAT, COAST, CONTEST, CONFIDENT.
  • ?A??E
    Five letters, second A, fifth E. Useful Wordle pattern when you know two green letters.
  • *TION
    Any word ending in TION — good for finding long suffix words.

When to use which tool

Related

Frequently asked questions

What is the difference between ? and *? Definition

? is exactly one letter. * is any number of letters, including zero. Use ? when you know the word's length; use * when you don't.

Can I combine wildcards with known letters? Trust & accuracy

Yes — that is the point. "PR??Y" finds 5-letter words starting PR and ending Y. The more letters you pin down, the fewer matches you get.

How should I use this guide with a Kefiw tool? How-to

Use the guide as the plan and the linked Kefiw tool as the check. Read the steps first, try the move manually, then use the tool to compare outputs, catch edge cases, and decide whether the result actually fits your task.

What mistake do tool guides help avoid? Troubleshooting

Tool guides help avoid using a utility mechanically without understanding what you are trying to accomplish. Most word, writing, and text utilities are fast, but speed can hide context mistakes. Know whether you are solving a puzzle, cleaning copy, drafting a line, or checking a rule.

Can a tool guide help me learn the skill? How-to

A tool guide can help you learn if you pause before accepting the output and ask why it worked. Compare your first guess with the tool result, look for the rule or pattern, and repeat that review. Passive copying solves one task; active review builds the skill.