Skip to content

Instantly share code, notes, and snippets.

@Jayphen
Created July 10, 2012 05:45
Show Gist options
  • Save Jayphen/3081395 to your computer and use it in GitHub Desktop.
Save Jayphen/3081395 to your computer and use it in GitHub Desktop.
Regex to match Aus mobile numbers. Remove spaces and brackets before running this
(^\+61\d{9}$)|(^04\d{8}$)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment