Skip to content

Instantly share code, notes, and snippets.

@justqyx
Created September 23, 2013 06:10
Show Gist options
  • Save justqyx/6666948 to your computer and use it in GitHub Desktop.
Save justqyx/6666948 to your computer and use it in GitHub Desktop.
isEmail: (text)->
/^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/.test text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment