This is a super simple browser-based application that randomizes the positions of items in any list. You can shuffle the items as much as you like and also limit the number of shuffled items in the output. It supports all types of lists in the input as you can adjust the list item separator yourself. It can be a single character such as a comma, or it can be a regular expression that lets you work with mixed lists. Additionally, you can set a new item separator for the shuffled output list. Created by list geeks from team Browserling.
This is a super simple browser-based application that randomizes the positions of items in any list. You can shuffle the items as much as you like and also limit the number of shuffled items in the output. It supports all types of lists in the input as you can adjust the list item separator yourself. It can be a single character such as a comma, or it can be a regular expression that lets you work with mixed lists. Additionally, you can set a new item separator for the shuffled output list. Created by list geeks from team Browserling.
With this online utility, you can shuffle list items. We implemented an algorithm that rearranges the items of a list in a chaotic order and displays them as a new list that you can instantly download or copy to clipboard. The algorithm does not modify the items of the list but only changes their positions. As it works with all list formats, you need to give it a hint about how the items are separated. This is done by setting the list delimiter, which can be a symbol or a regular expression. For example, if the items in a list are separated by commas, you can use the symbol separator mode and enter the delimiter "," in the options. If there are several spaces or tabs between the items, then the delimiter can be a regular expression "/\s+/". By default, the program prints all shuffled list items (the output list length option is empty) but you can also limit the number of shuffled items in the output list. For example, you can choose 3 winners from a list of names of people participating in a competition. You can also prettify the output list and put any new delimiter symbol (or multiple symbols) between the shuffled items. Listabulous!
With this online utility, you can shuffle list items. We implemented an algorithm that rearranges the items of a list in a chaotic order and displays them as a new list that you can instantly download or copy to clipboard. The algorithm does not modify the items of the list but only changes their positions. As it works with all list formats, you need to give it a hint about how the items are separated. This is done by setting the list delimiter, which can be a symbol or a regular expression. For example, if the items in a list are separated by commas, you can use the symbol separator mode and enter the delimiter "," in the options. If there are several spaces or tabs between the items, then the delimiter can be a regular expression "/\s+/". By default, the program prints all shuffled list items (the output list length option is empty) but you can also limit the number of shuffled items in the output list. For example, you can choose 3 winners from a list of names of people participating in a competition. You can also prettify the output list and put any new delimiter symbol (or multiple symbols) between the shuffled items. Listabulous!
In this example, we load a comma-separated list of animals. We select the "Split by a Symbol" mode and set the delimiter to a comma-space pattern (a comma followed by a space). This way, we define everything that is not a comma-space as individual list items. Once we have extracted the items, we randomize their order and output them as a new comma-separated list.
In this example, we're working with a list of the first 20 highly composite numbers (HCSs). We shuffle them and extract 10 random HCSs from this list. As the list is entered on several lines in neat columns, there's either a comma and one or more spaces, or a newline between the HCSs. In this case, we must use a regex to match all HCSs in this list correctly. The regex that does this is is "/,\s*|\n/g" and it matches commas followed by one or more spaces and newlines. The 10 randomly selected HCSs are then displayed in a single vertical column in the output list.
In this example, we pick three random nicknames from a list of competition participants. These three random people will be the winners. Each participant's nickname is an individual item of the list that's separated by a space. To make the picker recognize nicknames, we enter a space in the item split option. We limit the length of the output list to 3 items and that produces a list of three winners. We separate the winners by a vertical bar symbol in the shuffled list.
You can pass input to this tool via ?input query argument and it will automatically compute output. Here's how to type it in your browser's address bar. Click to try!
View and edit lists in a neat browser-based list editor.
Split list items into chunks.
Create the powerlist of the given list.
Extract the first item from a list.
Extract all items except the first of a list.
Run a JavaScript function on every list item (map function).
Run the reduce function on a list.
Quickly find and print items that interest you in a list.
Quickly find and print items that repeat in a list.
Quickly find and remove items that are unique in a list.
Given start and stop indexes, extract a sublist from a list.
Shift list items to the left or right (or up and down).
Add indentation to all list items.
Make a list go increasingly sideways (to the left or right).
Quickly create a mirror copy of a list.
Invert the order of items in a list (last becomes first, etc).
Create multiple rows from a single list.
Create an Excel (XLS/XLSX) file from a list.
Create a PDF file from a list.
Create a LaTeX list from a regular text list.
Create a HTML list from a regular text list.
Create a Markdown list from a regular text list.
Find the difference between two lists.
Find the difference between three lists.
Remove elements from a list that appear in the other list.
Find items that are shared between two or more lists.
Find items that are unique in two or more lists.
Join two or more lists together item by item.
Split an interleaved list into two or more separate lists.
Append a second list at the end of the first list.
Create pairs from all list items.
Remove list items at certain index positions.
Add new items at the end of a list.
Modify a list in-place by adding, replacing, or removing items.
Remove all indentation levels from a list and make it flat.
Quickly apply the bold effect to all list items.
Quickly apply the italic effect to all list items.
Quickly rewrite all list items in cursive.
Quickly change the font of all list items.
Quickly add an underscore to all list items.
Quickly add a strikethrough to all list items.
Quickly change the letter case of all items to title case.
Quickly change the letter case of all items to proper case.
Quickly randomly change the letter case of all items.
Quickly change the letter case of all items to small letters.
Quickly change the letter case of all items to capital letters.
Quickly remove any numeration from a list of items.
Generate a list with no items (just bullet points).
Quickly create a graphical representation of a list.
Create an image with a cloud of list items.
Create an image with list items going in a spiral.
Make list items go in a zigzag.
Add errors and corruption to a list.
Convert any list to base64 encoding.
Convert any list from base64 encoding back to a list.
Convert any list to URL encoding.
Convert any list from URL encoding back to a list.
Create a JSON array from a list.
Create a list from a JSON array.
Create an XML document from a list.
Create a list from an XML document.
Create a YAML file from a list.
Create a list from a YAML file.
Create a binary list from a text list.
Create a text list from a binary list.
Compress a list so it uses less space.
Create an animation with a list being scrolled.
Let Zalgo loose on a list and create list-chaos.
Subscribe to our updates. We'll let you know when we release new tools, features, and organize online workshops.
Enter your email here
We're Browserling — a friendly and fun cross-browser testing company powered by alien technology. At Browserling our mission is to make people's lives easier, so we created this collection of online list tools. Our tools are focused on getting things done quickly and as soon as you load your list in the input of any of our tools, you'll instantly get the result. Our list tools are actually powered by our web developer tools that we created over the last couple of years. Check them out!