Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7684389
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:00:43+00:00 2026-05-31T19:00:43+00:00

I am trying to evaluate user-submitted urls to find out whether they contain valid

  • 0

I am trying to evaluate user-submitted urls to find out whether they contain valid hostnames (formatting) and if so, extract the hostname. Know of any libraries/methods that could help?

Example:

user_input = "www.google.com"

if user_input.has_valid_host?
  hostname = user_input.get_hostname #=> "google.com"
  url = "http://" + @hostname #=> "http://google.com"
else 
  puts "Invalid URL"
end

This example is very simple but I need the url checked against all valid domain extensions and the hostname extracted from any string (assuming that it’s present)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T19:00:44+00:00Added an answer on May 31, 2026 at 7:00 pm

    I don’t know ruby, but I wouldn’t think of this as a ruby question.

    I would use regex to split out the hostname as you suggest.

    Then I would do a system call to the nslookup routine.

    On a Windows system from the command prompt it is nslookup.

    C:\Users\xyz>nslookup www.google.com
    Server:  UnKnown
    Address:  192.168.237.2
    
    Name:    www.l.google.com
    Address:  173.194.73.99
    Aliases:  www.google.com.localdomain
    

    From Ruby you should do an API call instead of using the command line, but both will eventually interface to the DNS service on the local machine.

    See: Is there a good DNS server library in ruby?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to find to evaluate name in format specific for user culture.
I am trying to figure out MongoDB in order to evaluate whether it is
I'm trying to evaluate whether to implement my application as a Web App or
I'm trying to evaluate the purchase of a statistical tool. This will be used
I am trying to evaluate the answer provided here , and am getting the
I'm trying to evaluate an xml node using xpath and i'm not sure why
I'm trying to evaluate an XPath varable I'm building dynamically based on the position
I've been trying to grok the org.apache.commons.beanutils library for a method/idiom to evaluate for
Trying to find some simple SQL Server PIVOT examples. Most of the examples that
I am basically trying to return from a method which reads user input from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.