This web browser is not supported. Use Chrome, Edge, Safari, or Firefox for best results.

Detailed Finder Instructions

Standard matching

Patterns use ? for unknown single letters.For example, P??CH will find both POOCH and PEACH.

Use * to mean any number of letters. A*Z finds both ADZ and ALCATRAZ, *CRY gets words that end with CRY, etc.

The Finder page searches words from New York Times Daily, Sunday and Variety puzzles, Scrabble words, Jeff Chen's word lists, and also from two external dictionaries. See FAQs for details.

You can use $v to mean a single vowel or $c to mean a consonant. The v and c must be lower case. For consistency with other search engines, Y is always considered to be a consonant. Try these sample links:

$c??$c displays 4-letter answers that start and end with a consonant.

$v$v*$v$v returns words of any length that start and end with two vowels.

Some extensions are available using standard matching. For example, [QJXZ]???[^A-M] finds 5-letter words starting with Q, J, X, or Z and ending with a letter not in the first half of the alphabet.

Regex (advanced)

You can now choose to use full regular expression (regex) syntax in your searches. You must explicitly click the RegEx button to perform a regular expression search. Results from the combined databases (Modern Era, Variety, Pre-Shortz, Dictionary, Scrabble) are returned in a single list. Standard matching patterns will not work in regex mode. The syntax is completely different. XWord Info cannot help with regex syntax but the web is full of helpful sites about this. The Regex Dictionary has a particularly good tutorial. The one extension we provide is that $c and $v can be used as shorthand for any consonant and any vowel. Queries can be arbitrarily complex but here are a few to get you started.

Find words that include the string ABC somewhere inside: ABC
Words that can be spelled using only the names of musical notes: ^[A-G]+$
Entries that do not include a vowel: ^[^AEIOU]*$
Words ending in c + 2 vowels + a single consonant: C$v$v$c$
15-letter words containing neither A nor E: ^[^AE]{15}$
4- or 5-letter words that are spelled the same backwards and forwards. ^(.)(.).?\2\1$
Words that contain XX, YY, or ZZ. XX|YY|ZZ
Words containing at least one Q and one V in any order: V.*Q|Q.*V
Words that start with a consonant then a vowel, followed by that same consonant and vowel, followed by from 4 to 7 other letters (so from length 8 to 11 in total.) Click it and you'll see. ^($c)($v)\1\2\w{4,7}$

Technical note:
All our searching, including regex, are always case-insensitive, meaning letters match lower- or upper-case.

The new OneLook search button

We're just starting to integrate OneLook functionality into XWord Info. Read about it here.

Try it yourself

Return to the Finder page.

Or if you'd prefer to watch a video first...

This tutorial is a good way to start. It doesn't cover everything, but you get a good idea.

*** It's easiest to read if you click the full-screen button next to where it says vimeo. ***

XWord Info Home
XWord Info © 2007-2024, Jim Horne