What this tool does
A focused tool for a specific cleanup job
Add Prefix and Suffix decorates each line without editing values one by one. Built-in presets cover common code and data formats, while custom fields handle any wrapper.
Common use cases
- Prepare values for an SQL IN clause
- Build a JavaScript string array
- Add URL path markers
- Create a numbered checklist
How to use Add Prefix and Suffix
- Paste one value per line.
- Enter a custom prefix and suffix or choose a preset.
- Enable numbering, quoting, or punctuation as needed.
- Choose whether empty lines should also be changed.
Options explained
- Numbering is inserted before the custom prefix.
- Quote mode escapes matching quote characters inside values.
- Comma or semicolon punctuation is appended after the suffix.
- Empty lines are skipped unless explicitly enabled.
Example
Before
alpha beta
After
'alpha', 'beta',
Edge cases and limitations
- Preset output may still need an outer bracket or SQL parentheses.
- Embedded quote characters are escaped.
- Numbering starts at one.