Free Online Text Tools
Every tool here works the same way: paste, get your result, leave. No account, no limits, no install, and nothing you paste is stored.
Pick a tool by the job you have
| Your job | Use this |
|---|---|
| Turn a spreadsheet column into a comma list | Delimiter converter |
Build a SQL IN ('a','b') clause | Delimiter converter with quote wrapping |
| Check an essay or article length | Word counter |
| Fit a tweet, bio or meta description | Character counter |
| Count rows in a CSV export | Line counter |
| Strip duplicate emails from a list | Remove duplicate lines |
| Fix text you typed with caps lock on | Case converter |
| Turn a headline into a URL | Slug generator |
| Replace a phrase across 500 lines | Find & replace |
| Find out how fast you type | Typing test |
Choosing between formats
Before converting, it helps to know which format you actually want. The format comparisons answer that in a table: CSV vs TSV, comma vs semicolon and WPM vs CPM.
Formatting and conversion
Delimiter converter
The flagship. It splits a column by newline, comma, tab, pipe or any custom separator, then
joins it back with whatever you need. Most people arrive here to build a SQL
IN clause or flip a file between CSV and TSV.
Case converter and slug generator
The case converter switches between six capitalisation styles in one click. The slug generator turns a headline into a clean URL, stripping accents and stop words along the way. They pair well: fix the case first, then generate the slug.
Find and replace
For anything more surgical, find & replace chains search-and-replace, transform, extract and encode steps in a single pass.
Counting and analysis
Four counters, four different questions. The text counters hub explains which one matches which limit.
- Word counter — words, sentences, paragraphs and unique words, live as you type.
- Character counter — with and without spaces, plus UTF-8 bytes for database columns.
- Line counter — total, blank and non-blank lines, plus longest line.
- Reading time calculator — minutes to read silently, or to say out loud.
List clean-up
Sort lines orders a list alphabetically or numerically, or reverses and shuffles it. Remove duplicate lines deduplicates while keeping the original order, with a second panel showing exactly what it took out. The list clean-up hub has the order to run them in — it matters more than people expect.
Typing
The typing test measures WPM and accuracy using real words and sentences, at lengths from 15 seconds to 30 minutes and three difficulty levels. Save a score and you land on the public leaderboard.
Frequently Asked Questions
Are these text tools really free?
Yes. All 11 tools on Delimiter.site are free with no account, no usage limit and no install. There is no paid tier.
Do I need to install anything?
No. Every tool runs in your web browser. The counters and formatters work even with your internet connection switched off.
Is the text I paste stored anywhere?
No. Counters run entirely on your device. The conversion tools process text in memory and discard it the moment the result is returned; nothing is written to disk or logged.
Can I use these tools for commercial work?
Yes, for personal and commercial use, with no attribution required. The only restriction is automated bulk scraping of the APIs.