在字符串中查找可能会或可能不会在HTTP或HTTPS之前的URL的好方法是什么?
例如:
Here is some text. It has one url here: www.example.com. It also has other link
that goes to http://foo.bar.net and then some more text.
找到网址的好方法是什么?
我最关心的是“.com”,“。net”,“。org”,“。gov”,“。edu”和“.us”。
我使用的是Ruby 1.9.3。