Ad Space
Ad Space
Ad Space

Simple Text Tools for Writers and Developers

Text manipulation is one of those everyday tasks that sounds simple but can eat up surprising amounts of time when you're doing it manually. Our text tools handle the repetitive work for you — counting words for a submission limit, converting case for a dataset, generating placeholder text for a design mockup, or spotting exactly where two versions of a document differ.

All text tools process your input directly in the browser. Nothing is sent to a server, so you can safely use them with confidential copy, source code, or private notes.

Frequently Asked Questions

Does the word counter work for languages other than English?
Yes. The word counter splits text by whitespace and punctuation, which works reliably for most languages that use spaces between words. The character count is accurate for all Unicode languages.
What case options does the case converter support?
We support UPPER CASE, lower case, Title Case, Sentence case, camelCase, PascalCase, snake_case, and kebab-case. The last four are especially handy for developers formatting variable names or API keys.
How does the Text Diff tool highlight changes?
It performs a line-by-line comparison and colour-codes additions in green and deletions in red, similar to a Git diff. This makes it easy to spot exactly what changed between two drafts, config files, or code snippets.
Can I customise the Lorem Ipsum output?
Yes — you can choose how many words, sentences, or paragraphs to generate. The output is classic Lorem Ipsum placeholder text used by designers worldwide to fill mockups before real content is ready.
Ad Space