JS Validation IP:Port

前端 未结 5 1001
既然无缘
既然无缘 2020-12-06 22:09

I have a question, on how to validate IP:Port together. example:

192.158.2.10:80 <--Valid

192.158.2.10 <---Invalid

So the port is a must, I fo

5条回答
  •  -上瘾入骨i
    2020-12-06 22:38

    This method explained here uses a regular expression that is more complete:

提交回复
热议问题