Categoría

Texto Herramientas

Case converters, counters, cleaners, encoders — text utilities for writers and developers.

Overview

Text manipulation tools come up constantly — converting between cases, counting words, removing duplicates, encoding for URLs. This category provides quick, predictable utilities for both casual writers and developers. Paste, transform, copy — no fluff.

Common Use Cases

  • Convert text between snake_case, camelCase, PascalCase, kebab-case.
  • Count characters, words, sentences, reading time.
  • Clean up messy text (extra whitespace, duplicate lines, smart quotes).
  • Encode strings for URLs, HTML entities, Base64.

Frequently Asked Questions

Is reading time accurate?

We use 200 words/min as a baseline (average English reading speed). Technical content reads slower; light fiction reads faster. Adjust expectations ±30% based on density.

How does text-diff work?

Line-by-line comparison highlighting additions, deletions, and changes. Works well for code or short documents; for long documents, dedicated diff tools (VS Code, kdiff3) handle merging better.

Can I run regex find/replace?

Yes — the regex builder includes find/replace mode. For complex multi-file replacements, a code editor or sed is more appropriate.