Reverse List
「Reverse List」는 텍스트 및 문서 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.
사용 방법
사용 방법
- Paste a list up to 100,000 characters and choose its literal input separator.
- Choose the output separator and whether to trim or remove empty items.
- Reverse the item order, review the exact result, then copy it or download a text file.
Item order reverses, item text does not
The last parsed item becomes first, and the first becomes last. This is positional reversal rather than alphabetical sorting or character reversal. Retained values keep their exact text unless you enable trimming.
Literal separators and explicit empty-item rules
Choose newline, comma, tab, semicolon, or one to 20 literal custom characters for input and output. Regular expressions are never executed. Empty items from consecutive or edge separators remain in the reversed sequence unless you remove them. Input is limited to 50,000 parsed items and output to 500,000 characters.
자주 묻는 질문
더 알아보기
Does this reverse the letters in each item?
No. It reverses the order of whole list items and leaves their internal text unchanged.
Does it sort the list?
No. Sorting compares values; this tool simply flips their existing positions.
What happens to consecutive separators?
They create empty items. Keep them to reverse those positions too, or enable empty-item removal.