🔁 文本反转Text Reverser

四种反转方式:整段字符反转、行顺序反转、按词反转、每行字符反转。适合回文检测、批量整理与趣味处理。Four modes: reverse all characters, reverse line order, reverse words, or reverse each line's characters. Great for palindrome checks and quick tidying.

① 反转方式① Mode

② 输入与输出② Input & Output

使用说明How to use

怎么用How to use
  1. 输入文本Enter text
  2. 选择反转方式:按字符/行/词Choose reversal: by char/line/word
  3. 查看反转结果Review the reversed result

示例:abc → cbaExample: abc → cba

全程在你的浏览器本地完成,文本不会上传服务器。Runs entirely in your browser; your text is never uploaded.

反转文本:按字符、按行、按词、每行字符反转,或按句末标点把句子倒序排列。Reverse text: by character, by line, by word, per-line characters, or reorder sentences by sentence-ending punctuation.