I am trying to extract the company name from any website. For example, I would extract google from
http://www.google.com. Any ideas? Do I need to search for the character position of the two periods and then strip out the string? Then use EVAL in java to make this work? If anyone has better, quicker ideas, I would be greatly appreciative.