regex phone number validation with PHP

前端 未结 5 1247
孤独总比滥情好
孤独总比滥情好 2021-01-17 01:33

This is another question about a previous question I had asked yesterday. I want user to be allowed to type US phone numbers in the following formats.

(800)-555-121

5条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-17 01:46

    if javascript is ok can go with

    
    

    call this function onsubmit of form or onblur of textbox

    If you have doubt about your regex you can validate it at http://www.regular-expressions.info/javascriptexample.html

提交回复
热议问题