Extract Emails
Scan text and pull out everything that looks like an email address, one per line. It matches a local part, an @, a domain and a dotted suffix. Great for harvesting contacts from pasted notes.
Try it now
Worked example
Frequently asked
What counts as an email?
A word, an @, a domain label and at least one dot in the suffix.
What if none are found?
It prints 'none found' so you know the scan ran.