Flip your text backwards by character, word, or line order. Results update instantly as you type.
Paste or type your text in the left panel and select a reversal mode. The result appears instantly on the right. Choose from three modes depending on what you need: character reversal flips the entire string, word reversal keeps words intact but changes their order, and line reversal flips the order of lines.
Reverse characters — flips the entire text character by character. "Hello World" becomes "dlroW olleH". Useful for creating mirror text or testing string processing.
Reverse words — keeps each word intact but reverses the order. "The quick brown fox" becomes "fox brown quick The". Useful for reordering lists or testing natural language tools.
Reverse lines — keeps each line intact but reverses the order of lines. The last line becomes first, and the first line becomes last. Useful for reversing chronological logs or lists.