This tool extracts only email usernames from your text. It isolates the part of an email address before the "@" sign. The tool is robust and provides multiple options: you can extract all email usernames; extract only those matching specified substrings; extract all except those containing specified substrings; or format the extracted usernames using a custom format. Additional settings allow you to remove duplicate usernames and sort the results alphabetically. Simply enter your text and select the options that suit your needs.
Examples:
Extract All Email Usernames
Extracts all email usernames from the provided text.
Contact us at support@example.com or sales@company.org for assistance.
support sales
Extract Only Usernames Matching Specified Substrings
Only extracts email usernames that contain the specified substring (e.g., "sales").
Email: sales@company.org, support@company.org.
sales
Extract All Except Usernames Containing Specified Substrings
Extracts all email usernames except those that contain the specified substring (e.g., "noreply").
For queries, contact noreply@service.com or info@service.com.
info
Extract Email Usernames with Custom Format
Each extracted email username is formatted using a custom format.
Reach out at contact@domain.com.
User: contact