22 tools in this category

Text Tools

The text tools handle the everyday shaping of written content and strings: converting case, counting words and characters, cleaning up lists, comparing versions, and encoding or escaping text for the web. They update as you type and keep everything on your device.

What this category covers

This category covers text utilities and encoders — case conversion, counting and analysis, diffing, list cleanup, slugs, and character escaping. If the input and output are both text, it belongs here.

Common use cases

  • Counting words to meet a length target
  • Converting a heading to title case in one click
  • Comparing two drafts to see exactly what changed
  • Turning a title into a clean URL slug
  • Removing duplicate or blank lines from a list

Best practices

  • Decide whether trailing spaces and line breaks matter for your target before cleaning text, since some formats treat them as significant.
  • Use a diff view rather than re-reading two versions by eye when you need to catch every change.
  • Keep slugs short, lowercase, and hyphenated for readable, stable URLs.
  • Escape text for HTML when you want code or markup to show as literal characters.
FAQ

Frequently asked questions

No. The text tools process input on your device, so nothing you type is uploaded.
It counts runs of characters separated by whitespace, and also reports characters, sentences, paragraphs, and lines so you can choose the measure you need.
A slug is the readable part of a URL, usually lowercase words joined by hyphens. It should describe the page and stay stable once published.
Escaping turns characters like < and & into entities so a browser shows them as text rather than interpreting them as markup.
Install Toolisco Add it to your device for offline, one-tap access.