Possible Duplicates:
Regex for australian number for java
What rules would you use to validate an Australian Phone Number?
I needed a regex which could validate whether a number is an Australian telephone number or not.
Also the user could enter the number in this (555)555-5555 format.
So if the input is in the above format then too the regex could test whether the number is an Australian number or not.
I just gave an example about the number i know it is not the correct Australian number.