Text Processing
Generate clean URL slugs from any text, with built-in Chinese-to-Pinyin conversion. Collapse separators, lowercase, and optional max-length word-aware truncation.
slug-generatorText Processing
Convert text to Unicode small capitals (ʜᴇʟʟᴏ). Uses Phonetic Extensions small-cap glyphs; letters without a dedicated glyph fall back to lowercase.
small-caps-converterText 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-converterText Processing
Fetch an RSS or Atom feed by URL (or paste raw XML), parse it, sort items by publish date, deduplicate, apply a time window, and output a clean Markdown summary
rss-feed-markdown-summarizerText Processing
Convert Simplified Chinese text to Traditional Chinese with OpenCC phrase conversion
simplified-to-traditional-chinese-converterText Processing
Automatically detect and mask sensitive information like phone numbers, emails, ID cards, and bank cards in text
sensitive-data-maskerText Processing
Remove common suffixes from each line with intelligent detection and customizable options
suffix-removerText Processing
Extract lines from text at regular intervals with customizable skip and extract patterns. Perfect for sampling every Nth line or extracting multiple lines with gaps.
step-line-extractorText Processing
Quickly make text barely readable
scramble-wordsText Processing
Quickly sort all letters in all words in any text
sort-lettersText Processing
Quickly sort paragraphs alphabetically, numerically, or by their length
sort-paragraphs