Anagrams ++
Advanced anagram and wildcard word exploration
? = one letter
* = any number of letters
*N = up to N letters in that wildcard position (see examples)
* = any number of letters
*N = up to N letters in that wildcard position (see examples)
Results
INFO:
Anagrams++ lets you explore words through two modes: classic anagram solving and flexible wildcard pattern matching.
Type any word to instantly find all its anagrams — for example, listen reveals silent, tinsel, enlist, and more.
When you need something more powerful, use wildcard syntax to search by pattern: ? matches any single letter, * matches any run of letters, and *N caps that wildcard at N characters. So fl*5er finds any word starting with fl, ending in er, with up to five letters in between — turning up flower, flier, flicker, and others.
Results are ranked by frequency, so the most common words surface first.