I need to go through a large list of string url\'s and extract the domain name from them.
For example:
http://www.stackoverflow.com/questions
You could write a regexp? http:// is always the same, and then match everything until you get the first '/'.