Reputation: 1547
Hi I am using a regex to match UK phone numbers which looks like below:
/^\(?0( *\d\)?){9,10}$/
I've tried testing the regex above but receive no matches for the numbers input which look valid to me.
Is my regex correct?
Upvotes: 0
Views: 65