Answers for "regex for base url with /"

0

url Regex

^http[s]?:\/\/(www\.)?(.*)?\/?(.)*
Posted by: Guest on June-15-2021
0

url regex

^(ht|f)tp(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)([a-zA-Z0-9\-\.\?\,\'\/\\\+&%\$#_]*)?$
Posted by: Guest on April-05-2022

Browse Popular Code Answers by Language