Text Tools
Text tools help writers, editors, and developers work with prose and plain-text data more efficiently. Whether you are counting words against a submission limit, standardizing identifiers across naming conventions, generating placeholder copy for a mockup, or cleaning a list of imported values, these utilities handle the repetitive string manipulation that would otherwise slow you down. Everything runs locally, so you can safely paste unpublished drafts, contracts, or customer data without it leaving your device. The tools complement each other: generate placeholder text with Lorem Ipsum, check its length with Word Counter, convert its casing with Case Converter, and deduplicate exported lists with the Text Deduplicator.
Text Tools (4)
Word Counter
Count words, characters, sentences, and paragraphs. Get reading time estimates for your text.
Lorem Ipsum Generator
Generate Lorem Ipsum placeholder text for your designs. Customize paragraph count and length.
Text Deduplicator
Remove duplicate lines from text. Sort alphabetically, keep first occurrence, or remove all duplicates.
Case Converter
Convert text to uppercase, lowercase, title case, sentence case, camelCase, snake_case, and more.
Text Tools — Frequently Asked Questions
How is the word count calculated?
The Word Counter splits text on whitespace and counts the resulting non-empty tokens, matching the convention used by most word processors for English and other Latin-script languages. Character counts include and exclude spaces, and sentence and paragraph counts are also provided.
Which case formats are supported?
The Case Converter supports nine formats: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE, covering the conventions used across programming languages and natural-language writing.
Is my text stored anywhere?
No. All text processing happens in your browser. Nothing is uploaded or saved, so it is safe to paste confidential drafts, legal text, or unpublished content.
Looking for tools in another category? Browse all tools.