house home go https://www.monstermmorpg.com
nice hospital http://www.monstermmorpg.com 
this is incorrect url http://www.monstermmorpg.commerged 
continue
I want to extract all the urls that starts with http/https
I do try using this regex but i get nothing.
$('links').value = stringText.match("\b(?:http://|https://)\S+\b/");
 
     
    