Flip Your Text: Palindromes and Hidden Easter Eggs
Reversing text flips the order: character reversal turns 'hello' into 'olleh'; word reversal turns 'a b c' into 'c b a'.
What you can do
- Palindrome test: 'A man, a plan, a canal: Panama' reads the same backward
- Cipher easter eggs: hide a message by reversing it
- List cleanup: reverse to reorder a list
Three modes
Character, word, and line each serve a purpose. Use character mode for fun content, line mode for reordering lists.
💡 A reversed palindrome reads the same — a great way to verify your tool works.