Writing tools

Client

Use this index for text-first work: regex checks, diffs, CSV and TSV cleanup, line operations, case transforms, extractors, counts, reading time, and Markdown preview. Listed tools run locally unless a page says otherwise.

For a task-first guide to pasted lists, logs, CSV, TSV, extractors, and regex, read Text cleanup without opening a spreadsheet.

How this hub is organized

Diff, case conversion, word counts, Markdown preview, Lorem text, and line utilities each have their own workspace—choose the card that matches compare vs transform vs placeholder generation.

Browse writing utilities

Cards follow the home catalog order for this category. Start with regex, diff, CSV/TSV conversion, or line cleanup when you are working with pasted logs, tables, docs, or drafts.

Nearby workflows on Toolcore

Common use cases

  • Open regex when you need presets, a JavaScript snippet, and a quick local test harness.
  • Use E.164 normalize when pasted phones mix spaces, parentheses, and international prefixes.
  • Use text diff when two drafts should be compared as lines or paragraphs, not as JSON structure.
  • Use word count for copy limits, reading time estimates, or quick stats on pasted prose.
  • Remove duplicate lines when log excerpts or lists repeat the same row and you only need unique entries.
  • Sort lines alphabetically when configs or inventories should match locale collation before diff or commit.
  • Preview Markdown when README or note syntax should render to sanitized HTML before paste elsewhere.

Common mistakes to avoid

  • Expecting regex presets to cover every locale

    Presets are common shapes; international phone and name patterns still need your product rules.

FAQ

Where are URL slugs or SQL format?

Those live under Protocol tools (/tools/protocol) because they target URLs and SQL specifically.

Is my text uploaded?

No. Listed tools run in your browser unless a page documents otherwise.