Suffix/Prefix Adder & Remover

Add or remove text at the beginning or end of each line

Common Use Cases

📋 Create Lists

Add bullet points (•, -, *) to create formatted lists for documents or presentations.

💻 Code Formatting

Add quotes, commas, or brackets to convert lists into array formats for programming.

📧 Email Lists

Add domain names to usernames or format email addresses consistently.

🔧 Data Cleanup

Remove unwanted characters or formatting from imported data or lists.

Example Transformations

Add Bullets:

Input: apple → Output: • apple

Create Array:

Prefix: ", Suffix: ","apple",

Add Domain:

Input: john, Suffix: @example.com → Output: john@example.com

Related Text Tools

→ Find and Replace → Duplicate Line Remover → Remove Line Breaks