Regular Expression for matching a phone number

后端 未结 3 1646
不思量自难忘°
不思量自难忘° 2020-12-10 20:51

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

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-10 21:05

    The juqeury has a plugin for US phone validation. Check this link. You can also see the regular expression in the source code.

提交回复
热议问题