Text Tools
Everyday text wrangling that is tedious in an editor and trivial with a dedicated tool: counting against a character limit, normalising case for a data import, de-duplicating a list, or spotting the one line that differs between two config files. All of it is Unicode-aware, which matters more than it sounds — emoji and accented characters break naive character counts.
8 tools in this category.
Character Counter Count characters, bytes and graphemes against platform limits like Twitter and SMS. Remove Duplicate Lines Strip repeated lines from a list, with case and whitespace options. Remove Extra Spaces Collapse repeated spaces, trim lines and strip blank lines or invisible characters. Slug Generator Turn any title into a clean URL slug, with accent folding and transliteration. Sort Lines Sort lines alphabetically, numerically, by length, or shuffle them randomly. Text Case Converter Convert between camelCase, snake_case, kebab-case, Title Case and eight more styles. Text Diff Compare two blocks of text and highlight every added, removed and changed line. Word Counter Count words, sentences, paragraphs and reading time as you type.