Add Prefix/Suffix into Each Line


Insert this at the beginning of each line

Insert this at the end of each line

About


Wrap multiple lines of text with the prefix, suffix, or both that you want. Each line will get a prefix at the beginning and a suffix at the end. If you don't want to add a prefix or a suffix, leave the text box blank.

Exclude Empty Lines


The tool has a setting that lets you skip over empty lines. If there is no string on the line, neither a prefix nor a suffix will be added. The setting is on by default.

Prefix and Suffix .

Enabled
“ABC”

“123”

“XYZ”
Disabled
“ABC”
“”
“123”
“”
“XYZ”

Basic Example


Prefix <li> and Suffix </li>.

Apple
Banana
Orange
Result
<li>Apple</li>
<li>Banana</li>
<li>Orange</li>