➕
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
☁️
Word Cloud
Build a word cloud from text, with each word sized proportionally to its frequency.
✍️
Text Rewriter
Applies simple transformations to text: swap words for common synonyms, expand abbreviations, remove redundancies.
📝
Spell Checker
Enables the browser native spellcheck for proofing. Supports PT, EN and others depending on the OS.