Reverse Text flips your input in two modes: character reversal (mirrors the entire string) or line reversal (keeps each line intact but reverses their order). Useful for creating mirror text, puzzle content, checking for palindromes, or reversing sorted lists.
Two reversal modes in one tool. Use character reversal for mirror text effects and line reversal for reordering lists or log entries. To check if a word is a palindrome, try the Palindrome Detector.
Character reversal
Input
Hello, World!
Output
!dlroW ,olleH
Line reversal
Input
first second third
Output
third second first
Check whether a word, phrase, or sentence is a palindrome.
Convert text to UPPERCASE, lowercase, Title Case, or Sentence case.
Encode or decode text using the ROT13 substitution cipher.
Eliminate duplicate lines from any block of text instantly.
Search for text or regex patterns and replace them in bulk.
Randomly shuffle the capitalisation of every character in your text.