This tool allows you to easily add prefixes and/or suffixes to each line of your text. With options to exclude empty lines, it enhances text manipulation for coding, writing, and data formatting tasks.
Add your text into the input area, specify any prefixes or suffixes, and click "Apply" to see the changes. Use the "Exclude Empty Lines" feature to skip blank lines.
Input
ABC 123 XYZ
Output
<li>ABC</li> <li>123</li> <li>XYZ</li>
Enabled
*ABC* *123* *XYZ*
Disabled
*ABC* ** *123* ** *XYZ*