Skip to content

Instantly share code, notes, and snippets.

@hendrikb
Created February 19, 2014 08:43
Show Gist options
  • Save hendrikb/9088214 to your computer and use it in GitHub Desktop.
Save hendrikb/9088214 to your computer and use it in GitHub Desktop.
Tests for correct first parts ('local part') of email addresses (domains are currently not cared about)
egrep --color '[a-z0-9!#$%&*+-/=?^_`{|}~\._+-]+@' list_of_email_addresses
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment