Follow WebProNews
Validating a URL with Regular Expressions
· 4

I had to build web form that took user input from standard ASP.NET input controls. In one of the text boxes the user must enter a valid URL, so I had to make some validation logic.