Answers for "regex http or https"

2

regular expression for links

http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+
Posted by: Guest on August-05-2020
0

regez for url with https http and dot

/https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)/
Posted by: Guest on March-07-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language