I need a regular expression to match phone numbers. I just want to know if the number is probably a phone number and it could be any phone format, US or international. So
The juqeury has a plugin for US phone validation. Check this link. You can also see the regular expression in the source code.