Anagram Checker

Anagram Checker lets you compare sorted alphanumeric characters while ignoring case and punctuation. Enter your own values or load the worked example.

Method and calculation

Compare sorted alphanumeric characters while ignoring case and punctuation.

Inputs and settings

Anagram Checker accepts First text; Second text.

Worked example

Anagram Checker example — First text: "listen"; Second text: "silent". Computed output: { "anagram": true }

Output and limitations

Anagram Checker: Input is treated as plain text; it is never executed.

Technical references: JavaScript Unicode normalization

Anagram Checker FAQs

Anagram Checker applies the following rule to your input: Compare sorted alphanumeric characters while ignoring case and punctuation. The worked example on this page uses the same processor as the result button.
Anagram Checker has these boundaries: Input is treated as plain text; it is never executed. Start by checking the first text field against the units or format shown.
Anagram Checker provides this sample: { "anagram": true }. Use the sample button to reproduce it, then replace the inputs with your own values.