Text Reverser
Reverse characters, words, lines or letters in each word.
Options
Private by design. This tool runs entirely in your browser. Your input is processed on your own device and is not uploaded by DO101.
About the Text Reverser
Four different reversals in one tool: flip the whole string, reverse the order of the words, reverse the order of the lines, or flip the letters inside each word while leaving the words in place.
How to use it
- 1Paste your text.
- 2Choose what to reverse.
- 3Copy the reversed result.
What you get
- Four reversal modes
- Handles emoji and accented characters correctly
- Works on single lines or whole documents
- One-tap copy
- Runs in your browser
Frequently asked questions
Does it handle emoji correctly?
Yes. Reversal iterates by code point rather than by UTF-16 unit, so emoji and accented characters do not break apart.
What is this actually for?
Puzzles and word games, testing how software handles right-to-left or unusual input, and occasionally reversing a log file so the newest entries come first.
Keep going
People who use this tool usually reach for these next.
Sort lines alphabetically, numerically or by length.
Switch text between UPPER, lower, Title, camel, snake and kebab.
Strip double spaces, blank lines and messy formatting.
Swap text across a whole document, with regex if you need it.