--- title: "Email - Remove tags form Mailchimp export" slug: "email-remove-tags-form-mailchimp-export" updated: 2023-02-20T13:45:41Z published: 2023-02-20T13:45:41Z canonical: "knowledgebase.copilot.cx/email-remove-tags-form-mailchimp-export" --- > ## Documentation Index > Fetch the complete documentation index at: https://knowledgebase.copilot.cx/llms.txt > Use this file to discover all available pages before exploring further. # Email – Remove tags from Mailchimp export Using the regular expression (RegEx) function in your HTML editor, you can quickly and easily remove tags from your Mailchimp exports. Here's how it works: 1. Open your Mailchimp export in an HTML editor 2. Click on the Find All tool and paste this Mailchimp tag into the Find field: **\*\|.*\|\*** (This regex looks for occurrences of "*||*") 3. Turn on the RegEx function to find all the instances of the Mailchimp tags 4. Leave the Replace field blank and click the Replace All button You can follow the same steps for any tags or scripts you want to remove from your email exports.