Reverse List
Reverse the order of lines or reverse text within each line, depending on the selected mode. Processing takes place locally in your browser.
Start using
What Reverse List does
Reverse the order of lines or reverse text within each line, depending on the selected mode.
Worked example
Input
first second third → reverse line order
Result
third second first
How the text is processed
List-order mode reads all lines and outputs them from last to first. Character mode reverses the content of each line while keeping the line positions unchanged.
Useful workflows
- Reverse chronological or ranked lists
- Inspect palindromes and character order
- Prepare alternative test sequences
Limits and review checks
- Character reversal can split emoji or combined Unicode characters.
- Reversing rows does not sort by value.
- Headers may need to be excluded before reversing a dataset.
Frequently asked questions
What is the difference between reversing and sorting?
Reversing flips the existing sequence; sorting compares values and creates a new ordered sequence.
Can I keep the first line as a header?
Remove or protect the header before reversing if the interface does not provide a header option.
Processing takes place locally in your browser.