Answers for "how to check url with port is valid or not regex javascript"

0

how to check url with port is valid or not regex javascript

^((https?:\/\/)|(www.))(?:([a-zA-Z]+)|(\d+\.\d+.\d+.\d+)):\d{4}$
Posted by: Guest on July-06-2021

Code answers related to "how to check url with port is valid or not regex javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language