WritingLocal only
Text Utilities (Advanced)
Extra text utilities: reverse, sort, dedupe, line tools, remove HTML tags, find/replace (plain).
reverse textsort linesdedupe linesremove html tagsfind replace
⌘⇧CCopy output
Your data stays in your browser — nothing is uploaded.
Input
Size: 131 B
Cleanup
“Keep only” removes everything else except whitespace/newlines for readability.
Find/Replace + Extract
No regex here (safe + beginner-friendly).
Prefix / Suffix each line
Helpful for bullet lists, SQL lists, CSV quoting, etc.
Line operations
Reverse
Output is plain text. (Emoji sequences may not reverse perfectly.)
Output
Plain text output only (safe by design).
💡
What is Text Utilities (Advanced)?
Text Utilities (Advanced) provides a collection of handy text editing operations: reverse text, shuffle lines, remove duplicate lines, add or remove line numbers, sort lines alphabetically, and strip HTML tags — all in one tool.
🚀
How it Helps
- ✓Remove duplicate lines from data exports and lists.
- ✓Sort lines alphabetically, numerically, or by length.
- ✓Reverse, shuffle, or number lines for various editing needs.
📖
Usage Guide
- 1Paste your text into the input area.
- 2Choose the text utility to apply: reverse, sort, deduplicate, etc.
- 3Copy or download the transformed output.
Frequently Asked Questions
Yes. The deduplicate feature removes exact duplicate lines while preserving the first occurrence and original order.
Sort alphabetically (A-Z or Z-A), numerically, by line length, or in reverse order.
Yes. The HTML strip feature removes all HTML/XML tags while preserving the text content inside them.
