Skip to content

Instantly share code, notes, and snippets.

@seabre
Last active December 11, 2015 02:39
Show Gist options
  • Save seabre/4532280 to your computer and use it in GitHub Desktop.
Save seabre/4532280 to your computer and use it in GitHub Desktop.
Get e-mail address in between < and >
value.strip().match(/<(.*?)>/)[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment