finds all the words that made up from input letters. this search method creates all possible combinations of
letters and returns valid words. this method is mainly used by scrabble players. use * or ? for blank tile.
maximum input letters 12.
examples
mode |
input letters |
extra criteria |
results |
scrabble and crossword |
ABCDE |
- |
ABED ACED BADE BEAD CADE DACE ECAD ACE BAC BAD BED CAB CAD DAB DAE DEB |
quick example |
*BCDE |
- |
CEBID CUBED ABED ACED BADE BEAD BECK BEDE BEDS BEDU BEND BICE BIDE BLED BODE BRED BYDE CADE CEDE CEDI CIDE CODE COED CRED CUBE CUED DACE DEBE DEBS DEBT DECK DECO DICE DIEB DUCE ECAD ECOD ICED |
quick example |
scrabble mode finds all the words that made up from both input fields and returns only them that contain in the extra criteria letters. use * or ? for blank tile
crossword mode finds all words that contain in the input criteria. you can narrow (filter) the results by using the length combo box.
examples
examples
mode |
input letters |
extra criteria |
results |
scrabble |
ABCD |
ON |
BACON BONA BOND COND DONA BON CON DON |
quick example |
ABC* |
ON |
BACON BACONS BEACON BONACI CARBON CONFAB |
quick example |
crossword |
ZON |
length: 6 |
AMAZON AZONAL AZONIC BIZONE BLAZON ENZONE GAZONS OZONIC ZONERS ZONING ZONKED ZONOID |
quick example |
scrabble mode finds all the words that made up from both input fields and returns only them that starts with letters defined in extra criteria field. use * or ? for blank tile.
crossword mode finds all words that starts with letters from input criteria field. you can narrow (filter) the results by using the length combo box. use * or ? for blank position.
examples
mode |
input letters |
extra criteria |
results |
scrabble |
ABCDE |
DE |
DECADE DECAD DEAD DEBE DEED DEB DEE |
quick example |
ABCD* |
DE |
DECADE DECADS DECARB DEADS DEBAG DEBAR DEBUD DECAD DECAF DECAL DECAY DEDAL |
quick example |
crossword |
LES |
length: 6 |
LESBIC LESBOS LESION LESSEE LESSEN LESSER LESSES LESSON LESSOR LESTED |
quick example |
AD*P*I |
length: 8 |
ADAPTING ADAPTION ADAPTIVE ADIPSIAS ADOPTING ADOPTION ADOPTIVE |
quick example |
scrabble mode finds all the words that made up from both input fields and returns only them that satisfy the extra criteria. use * or ? for blank tile.
crossword mode finds all words that ends with letters from input criteria field. you can narrow (filter) the results by using the length combo box.
examples
mode |
input letters |
extra criteria |
results |
scrabble |
ABCDE |
T |
CADET ABET BEAT DEBT ACT BAT BET CAT EAT |
quick example |
ABCD* |
ET |
BACKET CABLET ABLET BIDET CADET CARET FACET LACET TACET |
quick example |
crossword |
KET |
length: 7 |
BLANKET BRACKET BRISKET BROCKET BYCOKET CLICKET CRACKET CRICKET CROCKET FLACKET FLASKET FRISKET GLAIKET PLACKET PRICKET SMICKET SNICKET STACKET THICKET TRINKET WHISKET |
quick example |
scrabble mode finds all the words that made up from both input fields and returns only them that satisfy the letters-mask defined in extra criteria field. use * or ? for blank tile.
crossword mode finds all words that satisfy the letters from input criteria field and length field (word length is mandatory). use * or ? for blank position.
examples
mode |
input letters |
extra criteria |
results |
scrabble |
ABCDEF |
*R** |
ARED BRAD BRAE BRED CRAB CRED DRAB DRAC FRAB FRAE |
quick example |
*BCDE |
*R**D |
ARCED AREDD BREAD BREED BREID CREED CRIED DREAD DREED DRIED ORBED |
quick example |
crossword |
**LAM** |
length: 7 |
CALAMAR CALAMUS CHLAMYS MELAMED OLLAMHS PALAMAE SALAMIS SALAMON TELAMON VELAMEN |
quick example |
this is a complex search method: finds all the words that made up from letter input field, puts the resulting words above or below the word (min 3 char) defined in extra criteria field and returns only the words that create valid 2-digit words . use * or ? for blank tile. available only in scrabble mode.
examples
input letters |
extra criteria |
results |
ABCDEF |
POP |
|
quick example |