Reverse Words
Reverse the order of words in a sentence, or also reverse characters within each word.
Options
Words: 0
Lines: 0
Characters: 0
Copied!
Summary
Reverse the order of words in a sentence, or also reverse characters within each word.
How it works
- The tool splits each line by whitespace, reverses the resulting word array, then joins them back. When "also reverse characters" is enabled, each word is additionally reversed character-by-character before reassembly. Everything runs in-browser — no data leaves your device.
Use cases
- Flip a sentence for a word-puzzle or brain-teaser.
- Quickly test how a UI handles right-to-left word order.
- Reverse column headers or CSV fields in a single paste.
- Generate mirrored word lists for linguistic experiments.
- Obfuscate text for simple encoding exercises.
Frequently Asked Questions
Last updated: 2026-06-09 ·
Reviewed by Nham Vu