Extract Emails from Text Files

Text files from data exports, meeting notes, and correspondence often contain scattered email addresses. Paste your text file content to collect all emails in one place.

How to do this

1

Open your text file

2

Select all and copy

3

Paste and run extraction

4

Copy the email list

Paste text below and run the tool. Everything runs locally in your browser. No data is stored.

Extract Emails

Scan pasted text and extract every valid email address. Results are deduplicated and listed one per line.

Example

Input

Contact john@example.com or jane@company.org for info.

Output

john@example.com
jane@company.org

How Extract Emails Works

Scan pasted text and extract every valid email address. Results are deduplicated and listed one per line.

This tool runs entirely in your browser — no data is sent to any server. Paste your text, click Run, and get your result instantly. You can also chain this tool with others using the pipeline feature: run Extract Emails, then continue with a related tool to build a multi-step text workflow.

TextRefinery is a free, open-source text processing toolkit. Learn more about regular expressions and text processing on the web.

TextRefinery — Browser-first text transformation tools. All processing happens locally in your browser.

Example: Extract Emails from Text Files

Input

Meeting with john.doe@acme.com scheduled.
CC: sarah@partner.org and mike@vendor.com
Notes from yesterday's call with team@internal.co

Output

john.doe@acme.com
sarah@partner.org
mike@vendor.com
team@internal.co