(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:
Collection of Regular ExpressionsRegular expression to match email address1 :- [\w-]+@([\w-]+\.)+[\w-]+2 :- (?(?![ ])(\w|[.])*@(\w|[.])*)3 :- ^[\w\.=-]+@[\w\.-]+\.[\w]{2,3}$4 :- /(^[a… Read More
Transparent images not displaying correctlyIf images are not displaying correctly or showing a black spot at the back side of the image then play with the color depth property of imagelist or p… Read More
Detect the Encoding Type of given fileEncoding type : To add new Encoding we have to add new member in here,with the CodePage value as an value of the new encoding and have to modify FileH… Read More
How to make Recycle - Bin in .net using C#Visit this article and make your recycle binhttp://www.codeproject.com/KB/shell/recyclebin.aspx… Read More
How to make Regular ExpressionsIf you want to learn how to make regular expressions then visit this link this will be helpful for you...http://www.zytrax.com/tech/web/regex.htm… Read More
0 comments:
Post a Comment