Add Prefix/Suffix to Lines
Frequently Asked Questions
1 What are prefix and suffix?
A prefix is text added to the beginning of each line, while a suffix is text added to the end. For example, adding prefix "โข " turns plain lines into a bulleted list.
2 Can I use special characters like tabs or newlines?
Yes! Use \t for tab, \n for newline, and \\ for a literal backslash. These escape sequences are automatically converted when processing.
3 What does "Skip empty lines" do?
When enabled, blank lines in your input are passed through unchanged without adding prefix/suffix. This keeps your output clean when your input has spacing between items.
4 How do I create numbered lists?
Check the "Add line numbers" option. This will prepend each line with its number (1, 2, 3...). You can combine this with prefix/suffix - e.g., prefix "Step " gives you "Step 1", "Step 2", etc.
5 Can I use this for code formatting?
Absolutely! Use templates like "Comments" to add // before each line, "Indent" to add spaces, or create custom prefix/suffix for wrapping code in specific syntax.