Add Prefix/Suffix
Add prefix or suffix to each line
Frequently Asked Questions
What is the difference between prefix and suffix?
A prefix is added to the beginning of each line, while a suffix is added to the end of each line. For example, with prefix "> " and suffix ";", the line "text" becomes "> text;".
Can I use special characters in prefix/suffix?
Yes, you can use any characters including special characters, symbols, or even emoji as prefix or suffix. The tool will add them to each line as entered.
Will empty lines be affected?
Yes, empty lines will still have the prefix and suffix added to them. So if you have a prefix of "> " and an empty line, you'll get "> " in the output.
Where is this tool commonly used?
This tool is commonly used for formatting code comments, creating quote blocks, adding markup tags, preparing data for CSV files, or any scenario where you need consistent text added to multiple lines.