PB
Available
text_fields
lock Free · Private · In-Browser

Reverse Each Word

Reverse the letters of each word, keeping word order.

Flip words in place

Reversing each word while keeping the sentence order produces a fun, readable-ish scramble that is popular for puzzles and playful messages. It is different from reversing the entire string.

The phrase Hello World becomes olleH dlroW — each word backwards, but still in order. It works character by character so it handles any words you throw at it.

Playful and private

The transformation runs in your browser, so your text is never uploaded.

Frequently Asked Questions

What does it do?

It flips the letters within every word but leaves the words in their original order and spacing intact.

How is this different from reversing the whole text?

Reversing the whole text puts the last word first; this keeps sentence order and only scrambles each word internally.

Does it handle punctuation?

Punctuation attached to a word is reversed along with it, since it treats each run of non-space characters as a word.

Take it further
All Free Tools

Browse the full set of free, private, in-browser tools.

Learn More arrow_forward