Word Tools
Fast helpers for the letters in front of you.
Word tool
Rearrange every letter exactly once to find a single-word anagram. Spaces, apostrophes, hyphens, and other punctuation are ignored.
Enter letters or a short phrase to find exact single-word anagrams.
The solver normalises the input, counts each letter, and searches only the data shard with the same length. A result must have exactly the same letter counts. Duplicate records are removed before sorting.
Arbitrary multi-word anagrams have a much larger search space and can produce noisy combinations. The engine separates normalisation and exact matching so a carefully designed phrase mode can be added later without rewriting the core search.
No. Spaces and punctuation are ignored; letters and their multiplicity determine the match.
Yes. Clear “Exclude the original” before searching.
Version 1 intentionally focuses on reliable single-word anagrams. Multi-word combinations are documented as a future phase.