rthor / isjs

Check your data against regular expressions or known keywords.
MIT License
273 stars 15 forks source link

Enhancement: Add AU Phone Number RegEx #4

Closed dkeeghan closed 11 years ago

dkeeghan commented 11 years ago

Hi,

Could you please add a phone number regex for AU as well? I've used this in the past:

/^(?:\+?61\s?|0)[2-478](?:[ -]?[0-9]){8}$/gm

Cheers, Damian

rthor commented 11 years ago

Sure thing!