Four ways to flip your text.
Reverse characters — Flips the entire string: "hello world" → "dlrow olleh"
Reverse words — Keeps words intact but reverses their order: "the quick fox" → "fox quick the"
Reverse lines — Reverses the order of lines while each line's text stays intact. Great for reversing numbered lists.
Reverse each word — Reverses the letters inside each word individually: "hello world" → "olleh dlrow"