Text Toolkit

Count, clean up, transform, and search text directly in your browser. Word counts, line cleanup, case conversion, reverse text, line numbering, and find/replace all happen locally, so your text is never uploaded or stored in server memory.

Text counters

See basic counts for both the input text and the current output text.

Input text

Words 0
Characters 0
No spaces 0
Lines 0
Sentences 0
Paragraphs 0

Output text

Words 0
Characters 0
No spaces 0
Lines 0
Sentences 0
Paragraphs 0

What this tool does

It combines common text operations like counting words, characters, lines, sentences, and paragraphs, plus removing duplicate or blank lines, sorting and numbering lines, trimming each line, converting case, trimming whitespace, and find/replace.

Why it is private

The text stays in your browser the whole time. Nothing is uploaded, nothing is processed by the server, and nothing is stored in server memory.

What it is useful for

  • Cleaning up copied lists or line-based data.
  • Quickly checking word, character, line, sentence, and paragraph counts.
  • Standardizing case or whitespace before pasting text elsewhere.
  • Adding prefixes, suffixes, or line numbers without opening a heavier editor.
  • Replacing repeated values without opening a heavier editor.

Helpful note

Most operations read from the input box and write the result into the output box, so you can compare before and after, then promote the output into the input when you want to keep going.