Input
one two three
Format & transform
Reverse character order for backwards text, reverse words inside each line, or flip the order of complete lines. The operation runs locally and can be applied repeatedly to restore the original order.
Focused workspace
Before and after
one two three
eerht owt eno
Three steps
Useful workflows
How it works
The selected operations are applied in order by JavaScript running on this page. The input is not sent to the Go server and is not written to SQLite. The server provides the page, SEO content, and blog system; the browser performs the text transformation.
Questions
Character reversal uses Unicode code points but complex joined emoji may not remain visually intact.
Applying the same reversal mode again normally restores it.
No. It changes order rather than replacing characters with mirrored symbols.