Skip to content

Instantly share code, notes, and snippets.

@Stephen-Gates
Created February 20, 2016 10:12
Show Gist options
  • Select an option

  • Save Stephen-Gates/1f94ca9026fe2ff80ac5 to your computer and use it in GitHub Desktop.

Select an option

Save Stephen-Gates/1f94ca9026fe2ff80ac5 to your computer and use it in GitHub Desktop.
Australia Mobile Phone Numbers start with 04 and followed by 8 numbers. This does not include the +61 country code.
{
"name": "Mobile",
"title": "Australian Mobile Phone Number",
"constraints": {
"required": false,
"pattern": "^04[0-9]{8}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment