code:link = msg.match(/((ftp|https|http)?:\/\/[^\s]+)/g); //returns http,https and ftp links link2 = msg.match(/(www?.[^\s]+)/g); //returns www. links