★LocalHost Run Under Construction
  • Home
  • Articles
  • Tools
http://localhost
HomeArticlesTools
All tools›List Tools›Reverse

Reverse

This is a super simple browser-based application prints all list items in reverse. The input items can be separated by any symbol and you can also change the separator of the reversed list items.

Input list

​

Reversed list

​

Tool options

Splitter Mode

Use a Symbol for Splitting

Delimit input list items with a character.

Use a Regex for Splitting

Delimit input list items with a regular expression.

Item Separator

​

Set a delimiting symbol or regular expression.

Output List Options

​

Output list item separator.

What Is a List Reverser?

With this utility, you can reverse the order of items in a list. The utility first splits the input list into individual items and then iterates through them from the last item to the first item, printing each item to the output during the iteration. The input list may contain anything that can be represented as textual data, which includes digits, numbers, strings, words, sentences, etc. The input item separator can also be a regular expression. For example, the regex /[;,]/ will allow you to use items that are either comma- or semicolon-separated. The input and output list items delimiters can be customized in the options. By default, both input and output lists are comma-separated. Listabulous!


Reverse Examples

Click to try!

Reverse a List of Digits

In this example, we load a list of digits in the input. The digits are separated by a mix of dot, comma, and semicolon characters, so we use the regular expression split mode and enter a regular expression that matches all these characters as the input item separator. In the output, we get a reversed list of digits that all use the semicolon as a separator.

​
​

Splitter Mode

Use a Symbol for Splitting

Delimit input list items with a character.

Use a Regex for Splitting

Delimit input list items with a regular expression.

Item Separator

​

Set a delimiting symbol or regular expression.

Output List Options

​

Output list item separator.

Reverse a Column of Words

This example reverses a column of twenty three-syllable nouns and prints all the words from the bottom to top. To separate the list items, it uses the character as input item separator, which means that each item is on its own line..

​
​

Splitter Mode

Use a Symbol for Splitting

Delimit input list items with a character.

Use a Regex for Splitting

Delimit input list items with a regular expression.

Item Separator

​

Set a delimiting symbol or regular expression.

Output List Options

​

Output list item separator.

Reverse a Random List

In this example, the list elements are random cities, zip codes, and weather conditions. To reverse list elements, we first need to identify them and separate them apart. The input list incorrectly uses the dash symbol to separate the elements but the output list fixes this and uses commas.

​
​

Splitter Mode

Use a Symbol for Splitting

Delimit input list items with a character.

Use a Regex for Splitting

Delimit input list items with a regular expression.

Item Separator

​

Set a delimiting symbol or regular expression.

Output List Options

​

Output list item separator.


All List Tools


  • Sort — Sort list items in specified order
  • Unwrap — Unwrap list items from structured format
  • Find unique — Find unique items in a list
  • Find most popular — Find most frequently occurring items
  • Chunk List — Split a list into fixed-size chunks
  • Wrap — Wrap list items with specified criteria
  • Rotate — Rotate list items by specified positions
  • Shuffle — Randomize the order of list items
  • Truncate — Truncate list to specified number of items
  • Duplicate — Duplicate list items with specified criteria

LocalHost Run · Contact · Privacy Policy · Terms of Use

© 2026 LocalHost Run · localhost guides, articles, and developer tools · localhostrun.com
Visitors: 1025Best viewed in Netscape Navigator · 800×600© LocalHost Run