Phone Number Validation

I want a comprehensive regular expression which can work in Appian for phone number validation. So far on google I found these-
"/^\\d{10}$/",
"/^\\(?([0-9]{3})\\)?[-. ]?([0-9]{3})[-. ]?([0-9]{4})$/",
"/^\\+?([0-9]{2})\\)?[-. ]?([0-9]{4})[-. ]?([0-9]{4})$/"

But, I found some valid numbers which return false when compared with these regex. Has anyone found any?

OriginalPostID-254045

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data