This is a super simple browser-based application that analyses a list and displays interesting information about it. You can find out the number of items in the list, the number of characters, find the longest and shortest items, get the average length of the items, calculate the number of unique and empty items, and get a detailed composition of its items. Created by list geeks from team Browserling.
This is a super simple browser-based application that analyses a list and displays interesting information about it. You can find out the number of items in the list, the number of characters, find the longest and shortest items, get the average length of the items, calculate the number of unique and empty items, and get a detailed composition of its items. Created by list geeks from team Browserling.
This online utility analyzes the given list and prints a summary of its statistics. You can display the statistics of any list that you load as the input. It can be a comma-separated, space-separated, tab-separated, or a vertical list, or any other list. To analyze the list and its items, you need to specify the separator that is placed between the items. You can specify it in the options using a symbol (comma, space, tab, etc.) or using a regular expression (for mixed separators). As soon as the items are separated, the program will immediately count them and print the total count to the output. It will also count the number of characters in the list (including and excluding separators). In addition, you can find out which items are the longest and which are the shortest and find out their lengths. The program can also calculate the average length of the items, the number of unique items in the list and check if there are any empty (whitespace) items in it. If you need to print the unique items in your list, you can use our Find Unique List Items utility. Similarly, if you need to print the duplicate items in your list, you can use our Find Duplicate List Items utility. Finally, the program can also display the character composition of the list and show which letters, numbers, ASCII, and Unicode characters are present in the list. Each block of information can be selectively printed to the output. You can control the output using checkboxes in the options and get only the information that you really need. Listabulous!
This online utility analyzes the given list and prints a summary of its statistics. You can display the statistics of any list that you load as the input. It can be a comma-separated, space-separated, tab-separated, or a vertical list, or any other list. To analyze the list and its items, you need to specify the separator that is placed between the items. You can specify it in the options using a symbol (comma, space, tab, etc.) or using a regular expression (for mixed separators). As soon as the items are separated, the program will immediately count them and print the total count to the output. It will also count the number of characters in the list (including and excluding separators). In addition, you can find out which items are the longest and which are the shortest and find out their lengths. The program can also calculate the average length of the items, the number of unique items in the list and check if there are any empty (whitespace) items in it. If you need to print the unique items in your list, you can use our Find Unique List Items utility. Similarly, if you need to print the duplicate items in your list, you can use our Find Duplicate List Items utility. Finally, the program can also display the character composition of the list and show which letters, numbers, ASCII, and Unicode characters are present in the list. Each block of information can be selectively printed to the output. You can control the output using checkboxes in the options and get only the information that you really need. Listabulous!
In this example, we analyze a vertical list of beverages. After separating the input items with a newline character, we quickly find that the list contains 7 items and consists of 31 symbols (excluding separators) or 37 symbols (including newline separators). We also find the longest and shortest word in the list and calculate the average length of all items.
In this example, we find the statistics of a list of car brands. As there are different separators between the brands, we split the items using a regular expression "/[,;] ?/", which matches commas or semicolons, followed by an optional space. We display the information about the length of the list (find out the number of items and characters); print the information about unique items (the number of items if the copies are discarded); and output the information about empty items (the number of items with zero-length or consisting only of whitespace characters).
In this example, we load and parse a list of math constants. We print the general information about the length of the list as well as detailed information about the composition of the list. Namely, we find out which uppercase and lowercase letters are used in the list, which digits are used in it, as well as which other ASCII and Unicode symbols are present in the mathematical constants.
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!