在字符串中查找可能或可能不在HTTP或HTTPS之前的URL的好方法是什么?

时间:2013-05-20 21:50:44

标签: ruby

在字符串中查找可能会或可能不会在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。

0 个答案:

没有答案