This applies to all word tools
Find all words matching a pattern where ? is used for missing letters. For example c?ssw?rd will find crossword.
Find words which can be made from this word, i.e. this is a Scrabble ™ cheater. Example torwdx will return "word".
Find words which contain a given word. For example searching for word will find sword
Find words matching a given regular expression, case insensitive. For example ^[aeiou]*$ will find all words consisting entirely of vowels. Help on regex
No results found