Possible Duplicate:
What is the best regular expression to check if a string is a valid URL?
I want to validate text box by regular expression. It should be Null or valid Domain Name Like Google.com, example.com.
Thx
I want to validate text box by regular expression. It should be Null or valid Domain Name Like Google.com, example.com. Thx |
|||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Something along the following lines will work.
It won't work for things like "example.com" as really these aren't "valid" urls in that sense. A valid url beings with http:// |
|||||
|
|