URI::MailTo.component : URI « Network « Ruby






URI::MailTo.component


require 'uri'

puts URI::MailTo.component
# => [:scheme, :to, :headers]

 








Related examples in the same category

1.Parsing URLs
2.Split a URL
3.URI::HTTP.component
4.Create a URL with URI::HTTP.build
5.Dump a URL
6.mailto URI parse
7.URI parse
8.Extracting All the URLs from an HTML Document
9.Get only http and https based url