Skip to content

Instantly share code, notes, and snippets.

@nicolasparada
Created November 25, 2018 08:34
Show Gist options
  • Save nicolasparada/161ec4ab631d213c701e9596f8574ba8 to your computer and use it in GitHub Desktop.
Save nicolasparada/161ec4ab631d213c701e9596f8574ba8 to your computer and use it in GitHub Desktop.
var rxEmail = regexp.MustCompile("^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$")
var rxUsername = regexp.MustCompile("^[a-z][a-z0-9_-]{0,17}$")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment