De-dupe log lines
Sample
OK WARN OK OK
What you get
OK WARN OK — first occurrence kept per exact line.
Ideal for cleaning logs, lists, and exports where the same row appears multiple times. Comparison is exact (including spaces).
Sample
OK WARN OK OK
What you get
OK WARN OK — first occurrence kept per exact line.
Switch between lowercase, UPPERCASE, Title Case, and sentence case — including simple-to-capital and capital-to-simple.
Strip blank lines and/or empty paragraph gaps; optional settings for what to remove.
Strip common Markdown markers and HTML tags for plain, copy-friendly text.
Sort all words in your text alphabetically (locale-aware).
See each word and how many times it appears, sorted by frequency.
Replace every occurrence of a search string with your replacement text.
Remove consecutive duplicate words, or remove later repeats (first occurrence kept).
Live counts for words, characters (with and without spaces), lines, and paragraphs.