Text Tools
Free online text utilities. No signup required.
Word Count
Count words, characters, sentences, reading time
Case Converter
UPPER, lower, Title, camelCase, snake_case
Remove Duplicates
Remove duplicate lines from text
Sort Lines
Sort alphabetically, by length, or randomly
Find & Replace
Find and replace with regex support
Markdown Preview
Live side-by-side markdown editor and preview
Text Diff
Compare two texts and highlight differences
Lorem Ipsum
Generate placeholder text for designs
Text Tools โ FAQ
Do these text tools send my content to a server?
+
No. All text tools process your content entirely in your browser using JavaScript. Your text is never transmitted to any server, making these tools safe for confidential documents, proprietary code, and personal information.
Is there a character or word limit on the text tools?
+
There are no server-imposed limits since all processing happens in your browser. Practical limits depend on your device's memory and the browser's JavaScript engine. Most tools handle documents of hundreds of thousands of words without issue.
Can I use these tools for non-English text?
+
Yes. All text tools support Unicode, so they work correctly with text in any language including right-to-left scripts (Arabic, Hebrew), Asian languages (Chinese, Japanese, Korean), and any other UTF-8 encoded character set.
Which tool should I use to clean up a messy list?
+
Use Remove Duplicates to eliminate repeated entries, then Sort Lines to put them in alphabetical or numerical order. If the list has inconsistent capitalization, run it through Case Converter first. These tools can be applied sequentially by copying output from one into the next.
Can I use these tools for coding tasks?
+
Yes. The Find & Replace tool (with regex support) is excellent for code refactoring. Case Converter handles camelCase, snake_case, and kebab-case conversions common in programming. The Text Diff tool is useful for comparing code snippets or configuration files.