I want to check if a textbox contains a valid URL using regular expression. A valid url can be as follows.
http://www.google.com
https://www.google.com
http://clrs.mlslist.com:6103/
http://clrs.mlslist.com:6103/premium/login
http://reso.mlslisting.com/premium/login?rets-version=rets/1.5
Can someone help me to frame the validation expression for the ASP RegularExpressionValidator?