all tools

Text tools 26

Clean, transform, measure and compare text. Whitespace and duplicate removal, case conversion, slugs, transliteration, Unicode inspection and normalisation, readability scores and edit distances. Every tool works on the text in the page, with nothing sent anywhere.

Clean up8

Transform5

Measure & compare6

Encode4

Generate3

Questions

Does my text leave the page?

No. Every text tool runs in this tab and makes no request. The homepage counter, which shows outbound requests, stays at zero while you use them.

What is Unicode normalisation for?

Making text that looks identical compare as identical. The same accented character has more than one valid encoding, so a comparison fails on strings that read the same. NFC, NFD, NFKC and NFKD are all available, and the page explains which to pick.

Which readability formula is used?

Flesch Reading Ease and Flesch-Kincaid Grade Level, with a vowel-group syllable heuristic. The constants are printed on the tool page so you can check them against another implementation.

Can I find invisible characters in pasted text?

Yes. The detector reports zero-width characters, bidirectional marks and other invisibles, with positions. It reports rather than removes; use whitespace cleanup or find and replace to strip them.

Is removing diacritics the same as transliteration?

No, and the tools are separate. Removing diacritics strips marks from Latin letters, so a becomes a. Transliteration maps other scripts into Latin, which is a different operation with different rules.