Reverse a chosen text unit
Paste text, choose a mode, and copy the reversed output. Character and word modes work line by line. Line mode reverses the full line order. Sentence and paragraph modes reorder larger text blocks.
Reversal modes
Characters: reverses the characters inside each line and keeps newline positions.
Words: trims each line, splits it on whitespace, reverses the word order, and joins the words with single spaces.
Lines: splits on line breaks and reverses the line list.
Sentences: looks for text ending in ., !, or ?, then reverses those sentence-like chunks.
Paragraphs: splits on blank lines and reverses the paragraph blocks.
Punctuation limits
Sentence mode is based on punctuation, not grammar. Abbreviations, initials, or unusual punctuation can create chunks that do not match a human sentence boundary.