Sort keywords
Sample
zebra apple mango
What you get
Output: apple mango zebra
Split your text on whitespace, sort the tokens alphabetically, and join them again with spaces — quick for brainstorming lists or tidying keywords.
Sample
zebra apple mango
What you get
Output: apple mango zebra
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.
See each word and how many times it appears, sorted by frequency.
Replace every occurrence of a search string with your replacement text.
Drop repeated lines; the first occurrence of each line is kept.
Remove consecutive duplicate words, or remove later repeats (first occurrence kept).
Live counts for words, characters (with and without spaces), lines, and paragraphs.