Diysb Tools

Wrap

Add text before and after each list item.

List Tools

List Wrapping

This tool allows you to add text before and after each item in a list. You can specify different text for the left and right sides, and control how the list is processed. It's useful for adding quotes, brackets, or other formatting to list items, preparing data for different formats, or creating structured text.

Input List
Wrapped List
Tool options
Split Options
Split by Symbol
Split by Regular Expression
Separator to split the list
Separator to join the wrapped list
Wrap Options
Text to add before each item
Text to add after each item
Wrap Examples

Wrap list items with quotes

This example shows how to wrap each item in a list with quotes.

apple,banana,orange
apple,banana,orange
"apple","banana","orange"
"apple","banana","orange"
Split Options
Split by Symbol
Split by Regular Expression
Separator to split the list
Separator to join the wrapped list
Wrap Options
Text to add before each item
Text to add after each item

Wrap list items with brackets

This example shows how to wrap each item in a list with brackets.

item1,item2,item3
item1,item2,item3
[item1],[item2],[item3]
[item1],[item2],[item3]
Split Options
Split by Symbol
Split by Regular Expression
Separator to split the list
Separator to join the wrapped list
Wrap Options
Text to add before each item
Text to add after each item

Wrap list items with custom text

This example shows how to wrap each item with different text on each side.

apple,banana,orange
apple,banana,orange
prefix-apple-suffix,prefix-banana-suffix,prefix-orange-suffix
prefix-apple-suffix,prefix-banana-suffix,prefix-orange-suffix
Split Options
Split by Symbol
Split by Regular Expression
Separator to split the list
Separator to join the wrapped list
Wrap Options
Text to add before each item
Text to add after each item