About
Test letter rearrangements while optionally ignoring case and punctuation.
What is an anagram
Two strings are anagrams when they contain the same characters with the same counts, but potentially in different order.
Normalization options
To support phrase-based comparisons, the checker can ignore letter case, spaces, and symbols before analyzing character frequencies.
Use cases
Useful in word games, educational tasks, and quick validation when building search features that rely on letter permutation logic.