Text Prefix Suffix Adder
Batch add prefix and suffix to each line
Read-only
What is Text Prefix Suffix Adder?
A tool that lets you bulk add specified text to the beginning or end of each line across multiple lines at once.
Wrap list items in quotes, add HTML tags, convert to markdown checklists, and more. Just paste your text and configure the settings—no need to edit each line manually.
How to Use
Enter your text and specify what you want to add. Results update in real-time as you type.
Options
- Prefix - Text to add at the start of each line
- Suffix - Text to add at the end of each line
- Trim whitespace from lines - Remove leading and trailing spaces from each line
- Ignore empty lines - Don't add text to blank lines
Examples
Wrap Items in Quotes
Format list items as array elements with quotes and commas for JavaScript or Python.
Original text:
apple
banana
orange
Settings: Prefix ' / Suffix ',
Result:
'apple',
'banana',
'orange',
Convert to Markdown Checklist
Transform a task list into GitHub or Notion checklist format.
Original text:
Review design
Code review
Run tests
Settings: Prefix - [ ]
Result:
- [ ] Review design
- [ ] Code review
- [ ] Run tests
Use Cases
- Add quotes to CSV data for database imports
- Generate array literals for code
- Bulk wrap text with HTML/XML tags
- Add comment symbols to multiple lines
- Format log messages or debug output