Hey Thank you ... On Fri, Oct 5, 2012 at 6:39 PM, Robert Walker <[email protected]> wrote:
> BalaRaju Vankala wrote in post #1078613: > > Hello Every One > > Can any one Explain URI::Regexp in Rails . I found one > > thing for validation of website URI::Regexp(%w(http https)) > > please Explain what i URI > > That expression simply matches URIs with either the http or https > scheme: > > http://www.example.com -- matches > https://www.example.com -- matches > ftp://www.example.com -- does not match > > http://stdlib.rubyonrails.org/libdoc/uri/rdoc/classes/URI.html#M009247 > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- నేను కొంచం తపన, కాస్త ఆసక్తి, కొన్ని కలలు, కాసిన్ని ఊహలు కలిపేస్తే నేను -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

