Text Processing
Extract specific patterns (emails, phones, URLs, numbers)
text-extractorText Processing
Add prefix or suffix to each line or word
text-prefix-suffixText Processing
Convert text to dot.case (lowercase with dots)
text-dot-caseText Processing
Convert text to kebab-case (lowercase with hyphens)
text-kebab-caseText Processing
Convert text to PascalCase (each word starts with uppercase, no separators)
text-pascal-caseText Processing
Convert text to path/case (lowercase with forward slashes)
text-path-caseText Processing
Invert text case - convert uppercase letters to lowercase and lowercase letters to uppercase
text-invert-caseText Processing
Remove zero-width and invisible characters from text
zero-width-removerText Processing
Unscramble letters into every valid English word. A Scrabble/anagram solver that respects letter counts and filters by length.
word-unscramblerText Processing
Convert English number-words into digits. Handles magnitudes, "and", decimals via "point", and hyphens, replacing the number-run in place.
words-to-numberText Processing
Add a strikethrough line through every character via the Unicode combining mark U+0336. Plain text — no markdown needed.
strikethrough-textText Processing
Convert text to real Unicode superscript (ˣ²) or subscript (H₂O), or mixed — no HTML tags. Digit coverage is full; letter coverage follows Unicode.
superscript-subscript-converter