Reverse Text
Reverse text character by character, on one line or every line.
Runs entirely in your browser.
Reverse the Characters in Text
About Reverse Text
Reversing looks trivial and usually is not. Splitting a string into an array and reversing it breaks emoji and flags apart, because those are built from more than one code unit. This walks the text by grapheme where the browser supports it, so 👋🏽 comes back intact rather than as two broken halves.
Note that this reverses characters, not lines. To flip the order of a list, use Reverse Line Order.
Other Text and List Tools
Text