house home go https://www.monstermmorpg.com
nice hospital http://www.monstermmorpg.com
this is incorrect url http://www.monstermmorpg.commerged
continue
我想提取所有以 http/https 开头的 url
我确实尝试使用这个正则表达式,但我什么也没得到。
$('links').value = stringText.match("\b(?:http://|https://)\S+\b/");