(http://|ftp://)([\w-\.)(\.)([a-zA-Z]+)
More Regular Expressions
To validate a URL with a regular expression :-
(http://|ftp://)([\w-\.)(\.)([a-zA-Z]+)
(http://|ftp://)([\w-\.)(\.)([a-zA-Z]+)
Related Posts:
Multicast Delegate in C# Hello Everyone, I talked about delegate in my last article. In this article we will talk about multicast delegate. A Delegate is a type variable th… Read More
Exception Handling in Multicast Delegate ? Hello Guys, In this article we will discuss about how to handle exception in multicast delegate ? In case you want to understand Delegate and Multic… Read More
Interfaces in C# Hello Everyone, In this article we will try to understand about interfaces and its use in C# Interfaces in C# are the empty vocabularies. … Read More
Calling the Delegates using Invoke(), BeginInvoke() and DynamicInvoke() ? Hello Guys, So in the last article we talked about What is delegate and how can we create a delegate. In this article we will discuss what are th… Read More
Action Delegate in C# Hello everyone, in this article we will talk about “Action” a readymade delegate. Action is just another delegate that takes some parameters and doe… Read More
0 comments:
Post a Comment