Add a custom prefix, suffix, or both to every line in a block of text in one click. Ideal for wrapping lines in HTML tags, adding quote marks, building SQL IN clauses, prepending paths, or any bulk text transformation that requires uniform additions to line starts or ends.
Paste your lines, enter your prefix and/or suffix, and copy the transformed output immediately. For padding lines to a fixed width rather than prepending text, use the String Padder.
SQL IN clause
Input
apple banana orange
Output
'apple', 'banana', 'orange',
Pad text to a fixed width with a chosen character on the left, right, or both sides.
Repeat any text or character a specified number of times.
Add sequential line numbers to every line of text.
Search for text or regex patterns and replace them in bulk.
Convert text to UPPERCASE, lowercase, Title Case, or Sentence case.
Eliminate duplicate lines from any block of text instantly.