1001Ferramentas
Text

Add Prefix and Suffix

Add a prefix and/or suffix to every line of a text list. Useful for generating SQLs, formatted lists, batch commands.

What is prefix/suffix good for?

Useful for wrapping each line in quotes, parentheses or commands. For example, with prefix INSERT INTO t VALUES (' and suffix '); you turn a list of values into a batch of SQLs.

The tool processes each line individually. It can optionally skip empty lines.

100% local processing.

Related Tools