Skip to content

Instantly share code, notes, and snippets.

@nunofilipecosta
Created August 21, 2013 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nunofilipecosta/6292873 to your computer and use it in GitHub Desktop.
Save nunofilipecosta/6292873 to your computer and use it in GitHub Desktop.
mobilephonept; email ;
var mobilePhonePt = new Regex(@"^9(1|2|3|6)\d{7}$");
var email = new Regex(@"[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment