From: saurabh purnaye on 21 May 2010 08:53 [Note: parts of this message were removed to make it a legal post.] Hi, There are ways to validate url 1. validate using reg ex /(^$)|(^(http|https):\/\/[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(([0-9]{1,5})?\/.*)?$)/ix 2. Ping the url using 'net/http' -- Thanks and Regards Saurabh Purnaye +91-9922071155 skype: sorab_pune yahoo & gtalk: saurabh.purnaye msn: psaurabh(a)live.com -- please don't print this e-mail unless you really need to. On Fri, May 21, 2010 at 6:05 PM, Swapna Ch <swapna.ch(a)tcs.com> wrote: > Hi all, > > > I used require 'rss'. > got the feeds in links what i gave in the link field. > > but i want to validate the link is corect url/uri or not. > > Please reply to me > -- > Posted via http://www.ruby-forum.com/. > >
|
Pages: 1 Prev: Plugin errors Next: rake gem : rake aborted! No Rakefile found |