Extract Email Addresses
Find and extract all email addresses from any text content - ideal for data analysis, contact list building, or content scraping
Example transformation:
Contact john.doe@example.com or jane@test.co.uk for support.
john.doe@example.com
jane@test.co.uk
⌘K to search patterns
⌘↵ to transform text
Input
(⌘1 to focus)0 characters
Output
(⌘2 to focus)0 characters
No pattern selected
Select a pattern or enter custom regex above
Use ⌘K to find patterns
No pattern selected
Select a pattern or enter custom regex above
Use ⌘K to find patterns
Pattern Details
Search Pattern
([a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,})
Replace Pattern
$1
Example
Input
Contact john.doe@example.com or jane@test.co.uk for support.
Output
john.doe@example.com jane@test.co.uk
Tags
extractionemailcontact
How to Use This Pattern
- Enter your text in the input area above
- Click "Transform" or press ⌘+Enter to apply the transformation
- Copy the result from the output area
You can also use the command palette (⌘K) to quickly switch between different patterns.