OS Garage

Text Formatting Tool

Reverse Words Online

Reverse the order of words while keeping each word intact.

Features

Per-Line Word Reversal

Each line is treated independently — word order on each line is reversed.

Words Remain Intact

Each individual word's characters are unchanged — only their sequence flips.

How to Use

  1. 1

    Paste your text

    Enter text with words you want reordered.

  2. 2

    Word order is reversed

    Output shows words in reverse sequence per line.

  3. 3

    Copy the result

    Use the word-reversed text.

Examples

Sentence

Input

The quick brown fox

Output

fox brown quick The

Multiple lines

Input

Hello World Foo Bar Baz

Output

World Hello Baz Bar Foo

Common Questions

Reversing text flips every character: 'Hello World' → 'dlroW olleH'. Reversing words flips only the word order: 'Hello World' → 'World Hello', keeping each word readable.