mon*_*lee 2 regex jquery
有人可以提供只允许数字和可选连字符的正则表达式
我已经到了phone_number.match(/ [0-9 - ] /); 但没有运气
mar*_*ema 6
以下匹配数字穿插破折号,但不是双破折号:
/^\d+(-\d+)*$/
归档时间:
14 年,8 月 前
查看次数:
5987 次
最近记录:
9 年,3 月 前