Text Master

by Thankless Technologies

Suffix Lines

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,

USED IN COOKBOOKS