Complete Regular Expression for URL’s

#regex #urls

Posted by admin on September 01, 2019

Today I was looking for a IsUrl(string) method to verify if a string is a URL or not and stumbled across this regex…. http://internet.ls-la.net/folklore/url-regexpr.html

Make sure you have your hard hats on for this one!… Its the complete regex for a URL.