Add a custom string to the end of every line. Useful for appending semicolons, commas, or other delimiters.
Example
hello, world (suffix: ;) → hello;, world;
item1, item2 (suffix: ,) → item1,, item2,
Add a custom string to the end of every line. Useful for appending semicolons, commas, or other delimiters.
hello, world (suffix: ;) → hello;, world;
item1, item2 (suffix: ,) → item1,, item2,