我有这个regex
function isValidURL(text) {
var RegExp = /(ftp|http|https)://(w+:{0,1}w*@)?(S+)(:[0-9]+)?(/|/([w#!:.?+=&%@!-/]))?/;
......
}
文本为 : 请使用 < a href=> "http://google.com" rel="no follow" > http://google.com , 或如果找不到任何东西在 < a href= > 上询问您的问题 http:// stackoverflow.com" > http://stackoverflow.com > http://stackoverflow.com
我只需要从下面的文字中提取第一个url。 (http://google.com)
返回为URL