Easily add prefixes and suffixes to multiple lines of text at once
Prefix
: Text added to the beginning of each lineSuffix
: Text added to the end of each lineTrim whitespace
: Remove extra spaces from start/end of each lineSkip empty lines
: Ignore blank lines in the output1. You enter:apple
banana
cherry
2. Set prefix to -
and suffix to fruit
3. Output becomes:- apple fruit
- banana fruit
- cherry fruit
<li>
and </li>
to create listsNot directly with this tool. For that, you'd need to process your text in batches or use a more advanced text editor.
We can handle reasonably large texts, but for best performance, we recommend processing up to 10,000 lines at a time.
Yes! Just add a number as a prefix. For automatic numbering, you might need a more specialized tool.