List Utilities

Convert, sort, and manipulate lists

List to Comma Separated

Convert a list (one item per line) to comma-separated values.

Open Tool
List to JSON Array

Convert a list to a JSON array and vice versa.

Open Tool
Remove Duplicates from List

Remove duplicate items from a list, keeping only unique entries.

Open Tool
Sort List

Sort a list alphabetically or numerically, ascending or descending.

Open Tool
Reverse List Order

Reverse the order of items in a list.

Open Tool
Compare Two Lists

Find common items, differences, and unique items between two lists.

Open Tool
Merge Multiple Lists

Combine multiple lists into one, with optional duplicate removal.

Open Tool
Add Prefix/Suffix to List

Add text before and/or after each item in a list.

Open Tool
Wrap Items in Quotes

Wrap each item in a list with single or double quotes.

Open Tool
Numbered List Generator

Generate a numbered sequence or convert text to a numbered list.

Open Tool
Split List by Delimiter

Split text into a list using a custom delimiter (comma, pipe, semicolon, etc.).

Open Tool