You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.)+[a-z]{2,}|"+// validate domain name
5
+
"((([a-z\u0600-\u065F\u066E-\u06D5\\d]([a-z\u0600-\u065F\u066E-\u06D5\\d-]*[a-z\u0600-\u065F\u066E-\u06D5\\d])*)\\.)+[a-z\u0600-\u065F\u066E-\u06D5]{2,}|"+// validate domain name
6
6
"((\\d{1,3}\\.){3}\\d{1,3}))"+// validate OR ip (v4) address
7
7
"(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*"+// validate port and path
0 commit comments