Irreva logo
Explore Irreva

Free Online Text Tools

18 text tools for writers, content creators, and developers. Count words and characters, convert text case, generate URL slugs, sort and deduplicate lines, estimate reading time, reverse text, and more.

All text tools process your input locally in your browser. You can paste confidential text without it leaving your device.

43 Tools Available

Free Online Text Tools

19+ free text tools for writers, developers, and content creators. Word count, case convert, sort, clean, and transform text — all in your browser.

Browse Text Tools

All Text Tools (43)

Counters(6)

Case & Format(8)

Writing Tools(7)

Utility Tools(12)

Advanced Tools(10)

Tools for Writers & Content Creators

Text Cleaning Tools

When you copy text from PDFs, web pages, or spreadsheets, it often comes with unwanted formatting — extra spaces, duplicate lines, blank lines, or inconsistent capitalization. These tools clean it up instantly.

Frequently Asked Questions

Is my text sent to a server?

No. Every text tool processes your input using JavaScript running in your browser. Nothing is transmitted to any server. This is particularly important for text tools where you might paste sensitive content like API keys, passwords, or confidential document text.

How does the word counter count words?

Words are counted by splitting text on whitespace (spaces, tabs, newlines). Consecutive whitespace counts as a single separator. Reading time is estimated at 200 words per minute, a widely used average for adult reading speed.

What naming conventions does the Case Converter support?

camelCase, PascalCase, snake_case, kebab-case, UPPER_CASE, Title Case, Sentence case, lower case, and UPPER CASE. Useful for converting between coding conventions when switching languages or frameworks.

What does the Slug Generator do?

It converts any text to a URL-friendly slug: lowercase letters, numbers, and hyphens. Strips special characters, normalizes spaces, and removes leading/trailing hyphens. Useful for blog post URLs, product SKUs, and database keys.

Can I use text-to-speech for long documents?

Yes. The Text to Speech tool supports long text using the browser's Web Speech API, which handles chunking internally. Available voices depend on your operating system and browser.