Created
February 20, 2016 10:12
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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