Skip to content

Instantly share code, notes, and snippets.

@sandnuggah
Created October 6, 2013 21:42
Show Gist options
  • Save sandnuggah/6859471 to your computer and use it in GitHub Desktop.
Save sandnuggah/6859471 to your computer and use it in GitHub Desktop.
Regular Expression for validating swedish mobile phone numbers.
/A\+?(?:0{0,2}[46]*){1}7{1}[0-9]{8}/z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment