Skip to content

Instantly share code, notes, and snippets.

@tkowalczyk
Last active March 15, 2016 13:41
Show Gist options
  • Save tkowalczyk/9ce8cad8f5bc0f150b09 to your computer and use it in GitHub Desktop.
Save tkowalczyk/9ce8cad8f5bc0f150b09 to your computer and use it in GitHub Desktop.
regex
Digits and (), min 9 max 20
^[0-9()]{9,20}$
Phone number
@"^([+]{1}[0-9]{2})?([ -]{1})?[0-9]{3}([ -]{1})?[0-9]{3}([ -]{1})?[0-9]{3}$"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment