Add Prefix Or Suffix Tool
About
Multiple lines of text should be surrounded by the desired prefix, suffix, or both. Each line will have a prefix and a suffix at the beginning and end, respectively. To avoid adding a prefix or suffix, leave the text box blank.
Exclude Empty Lines
You have the option to skip empty lines with the tool. No prefix or suffix will be inserted if the line contains no strings. The setting is enabled by default.
Prefix “
and suffix ”
.
Enabled
“ABC”
“123”
“XYZ”
Disabled
“ABC”
“”
“123”
“”
“XYZ”
Basic Example
Prefix <li>
and Suffix </li>
.
Cat
Dog
Wolf
Result
<li>Cat</li>
<li>Dog</li>
<li>Wolf</li>