Enter any word or pattern of word to search. Also set any word length constraint if you want. Use wildcards * and ? as required.

Help
letters.


Quick Help
1. In the word search field enter any word or letter in any pattern
Rule for using wildcards to make patters are as follows. (see wildcard help for more info)
a) use * to match any number of unknown letters
b) use ? to match a single letter, multiple use of ? means that number of unknown letters in consecutive positions. Alteratively user may user ? or - or _ , all these three characters have same usage, i.e. single missing letter.
Examples:
i> f?x would return
fax
fix
fox
ii> f*x would return
fabliaux
faix
falx
farebox
faux
fax
fedex
feedbox
and more....

These wildcards can be used in any further complex form like:
g?m?s
inter???
*gram???
This wildcards patterns are similar to wildcard patterns of Windows and Linux terminals.

2. Enter the length of word to find (this is optional)

3. Enter the word length matching style, may be equal or minimum or maximum or not equal to the specified number of word length.
This has no effect if the word length is set to any.

4. Set the sorting order of result, Alphabetically or by word length.

Go to top