Case & Naming
Upper/lower, title case, camelCase, kebab-case, snake_case, CONSTANT_CASE, etc.
Line Cleanup
Sort, deduplicate, remove blank lines, trim each line, reverse line order.
Word Count
Lines, characters, words, UTF-8 bytes, grapheme clusters.
Find & Replace
Literal or regex replacement with configurable flags.
Split / Join
Split into multiple lines by delimiter, or join lines with delimiter.
Regex Playground
Match, groups, and highlight preview.
Text Diff
Line-level difference between two texts (diff).
Lorem Placeholder
Generate Latin placeholder paragraphs.
Slug
Convert title to URL-friendly slug.
ROT13
Caesar cipher shift 13 (applying twice restores original).
HTML to Plain Text
Strip tags via DOMParser and extract visible text.
Indent / Dedent
Add spaces or tabs before each line, or strip leading whitespace.
Sort Lines
Ascending/descending and natural sort (numbers by value).
Line Numbers
Add sequential numbers with width and custom separator.
Fixed-Width Wrap
Re-wrap paragraphs at given character width (UTF-16 count).
Pinyin Converter
Convert Chinese characters to Pinyin.
Simplified ↔ Traditional
Convert between Simplified and Traditional Chinese.
String Masking
Mask sensitive information with custom keep positions.
Emoji Picker
Browse, search, and copy emojis by category.
Synonyms & Antonyms
Chinese synonym/antonym lookup with built-in dictionary.
Numeronym
Generate numeronyms like i18n, l10n, a11y.
ASCII Art Text
Convert text to ASCII art banner.
Pangu Spacing
Automatically add spaces between CJK and half-width characters.
Template Filler
Use { { variable } } syntax with auto-detection and batch fill.
URL Defang
Defang URLs for safe sharing, with refang support.